Skip to content

Instantly share code, notes, and snippets.

@electricgecko
Last active June 16, 2022 23:29
Show Gist options
  • Save electricgecko/44152c19c83d7d1960a9 to your computer and use it in GitHub Desktop.
Save electricgecko/44152c19c83d7d1960a9 to your computer and use it in GitHub Desktop.
Very simple bookmarklet to initiate a Google reverse image search on the currently displayed image file.
javascript:%20(function%20()%20%7Burl%20=%20location.href;location.href%20=%20'https://www.google.com/searchbyimage?&image_url='+url;%7D());
@IdoGithubiguess
Copy link

javascript:%20(function%20()%20%7Burl%20=%20location.href;location.href%20=%20'https://www.google.com/searchbyimage?&image_url='+url;%7D());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment