Skip to content

Instantly share code, notes, and snippets.

@natzir
Last active December 19, 2022 11:40
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natzir/6307ea16113a74616d63a99cb7c06faa to your computer and use it in GitHub Desktop.
Save natzir/6307ea16113a74616d63a99cb7c06faa to your computer and use it in GitHub Desktop.
Google Images Entity Extractor
javascript:(function(){output="<html><head><title>Google Images Entity Extractor</title></head><body>";var imageEntity = document.getElementsByClassName(" PKhmud sc-it tzVsfd");for(var i = 0; i < imageEntity.length; i++){var entity = imageEntity[i].innerText;output+=entity+"<br />";};with(window.open()){document.write(output);document.close();}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment