Skip to content

Instantly share code, notes, and snippets.

@orliesaurus
Created August 16, 2017 17:42
Show Gist options
  • Save orliesaurus/5855a9d4e7d318d5bcabbf1b19f4551b to your computer and use it in GitHub Desktop.
Save orliesaurus/5855a9d4e7d318d5bcabbf1b19f4551b to your computer and use it in GitHub Desktop.
Google Index - Results Bookmarklet Prefixer
javascript:(function(){ var style = document.createElement('style'), styleContent = document.createTextNode('.g { counter-increment: gindex !important; } .g:before { content: counter(gindex) !important; }'); style.appendChild(styleContent ); var ghead = document.getElementsByTagName('head'); ghead[0].appendChild(style); })();
@orliesaurus
Copy link
Author

Make sure to max the amount of search results per page!

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