Last active
January 26, 2020 07:30
-
-
Save nuchi/dfeefc869f46a135e72118c8f172c32b to your computer and use it in GitHub Desktop.
Restore green links and no favicons on Google with uBlock Origin
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
www.google.com##+js(remove-attr.js, onmousedown, .rc > .r > a) | |
www.google.com##.rc > div.r:style(white-space: normal !important) | |
www.google.com##.rc > .r > a:after:style(content: attr(href); display: inline-table; font-size: 14px; color: darkgreen; white-space: nowrap; width: 100%) | |
www.google.com##.rc > .r > a > br | |
www.google.com##.TbwUpd | |
www.google.com##.B6fmyf:style(right: 0px) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment