Userscript to get rid of "Similar Pages" and "Note This" on Google?
I never use those links on Google and yet I somehow manage to accidentally click them every once in a while.
Anyone know of a script to get rid of them when I search?
Thanks.
Anyone know of a script to get rid of them when I search?
Thanks.
Comments
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix(http://www.google.com/search?) { a[class="fl"][href*="q=related:"], a[class="fl2"][onclick*="gnb._add"], .g .bl { display: none !important; } .g .a + nobr { font-size: 0 !important; } .g .a + nobr a { font-size: 13px !important; } }
Hopefully this doesn't break anything. The "dangerous" part is the two lines that modify the font-size, which I had to do in order to remove the extra dashes. So if you ever get some text that disappears, but the links are visible on Google's search results, then this style may be be causing it.