Skip to content

Instantly share code, notes, and snippets.

@bosky101
Last active December 19, 2015 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bosky101/5974717 to your computer and use it in GitHub Desktop.
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.
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