Created
April 1, 2015 21:50
-
-
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.)
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:$(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