Comment on Google Search: Roboto MonoparentComments−vesinisa2yThe implementation is literally just one style on the page:* { font-family: monospace !important }You can use e.g. Tampermonkey to inject this style on https://www.google.com/search*:https://www.tampermonkey.net/documentation.php?locale=en#met...−nilslindemann2yFor just injecting CSS I prefer the Stylus addon.−n_plus_1_acc2yI use uBlock origin for that.−miroljub2yThanks. I would've never thought about it. For a few fixes I need, installing a new extension would be an overkill.−n_plus_1_acc2yIt can also remove tracking parameters from URLs (no clearurls addon needed) and remove spam from Google and duckduxkgo results via https://github.com/quenhus/uBlock-Origin-dev-filter (no ublocklist needed)−vesinisa2yHow do you use uBlock to inject CSS?−n_plus_1_acc2y`example.com##h1:style(background-color: blue !important)`See https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#... for the syntax.−growt2yDoesn’t work on mobile (safari) though :(
Comments
The implementation is literally just one style on the page:
* { font-family: monospace !important }
You can use e.g. Tampermonkey to inject this style on https://www.google.com/search*:
https://www.tampermonkey.net/documentation.php?locale=en#met...
For just injecting CSS I prefer the Stylus addon.
I use uBlock origin for that.
Thanks. I would've never thought about it. For a few fixes I need, installing a new extension would be an overkill.
It can also remove tracking parameters from URLs (no clearurls addon needed) and remove spam from Google and duckduxkgo results via https://github.com/quenhus/uBlock-Origin-dev-filter (no ublocklist needed)
How do you use uBlock to inject CSS?
`example.com##h1:style(background-color: blue !important)`
See https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#... for the syntax.
Doesn’t work on mobile (safari) though :(