Last active
December 19, 2015 15:09
-
-
Save bosky101/5974717 to your computer and use it in GitHub Desktop.
Reached an iTunes page and want to know where iTunes recommends it to users?
Create a new bookmark on your browser toolbar, with the location as follows.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){ var meta=document.getElementsByTagName('meta')[1].getAttribute('content').split(','); var q = '"Customers also bought." '+meta[0] +' ·' + meta[2] + '; "View in iTunes." site:itunes.apple.com inurl:"/us/"'; window.location.href = 'https://google.com/search?q='+encodeURIComponent(q);})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment