Skip to content

Instantly share code, notes, and snippets.

@jasonalderman
Created April 1, 2015 21:50
Show Gist options
  • Save jasonalderman/7a37a666838a3b6139ec to your computer and use it in GitHub Desktop.
Save jasonalderman/7a37a666838a3b6139ec to your computer and use it in GitHub Desktop.
Bookmarklet to do a reverse image search (Google Images) by clicking on any Instagram image in your home feed. (Idea by @rstevens.)
javascript:$(document).on('click','div.mediaPhoto',function(){var%20href=$(this).find('div.iImage').css('backgroundImage');href='https://images.google.com/searchbyimage?image_url='+encodeURIComponent(href.substring(4,href.length-1));window.open(href,'_blank');});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment