-
-
Save orliesaurus/5855a9d4e7d318d5bcabbf1b19f4551b to your computer and use it in GitHub Desktop.
Google Index - Results Bookmarklet Prefixer
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:(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); })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure to max the amount of search results per page!