Y
Hacker News
new
|
ask
|
show
|
jobs
by
nilslindemann
699 days ago
For just injecting CSS I prefer the Stylus addon.
1 comments
n_plus_1_acc
699 days ago
I use uBlock origin for that.
link
miroljub
698 days ago
Thanks. I would've never thought about it. For a few fixes I need, installing a new extension would be an overkill.
link
n_plus_1_acc
698 days ago
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)
link
vesinisa
697 days ago
How do you use uBlock to inject CSS?
link
n_plus_1_acc
693 days ago
`example.com##h1:style(background-color: blue !important)`
See
https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#...
for the syntax.
link