User avatar
David Buchanan @retr0id@retr0.id
3y
I wrote a uBlock rule to fix the new Wikipedia theme.

To me it felt like the text was kinda floating in the void, not anchored to anything (especially once you're scrolled down the page), so I added a vertical rule between the sidebar and the content:

[wikipedia.org##.mw-table-of-contents-container:style(border-right](
wikipedia.org##.mw-table-of-contents-container:style(border-right): 1px solid; border-image: linear-gradient(to bottom, white 0%, 10em) 1;)
1
3
0
0
1
3y
@retr0id you can do css on ublock?
1
1
0
0
1
User avatar
David Buchanan @retr0id@retr0.id
3y
@duc Yup github.com/gorhill/uBlock/wiki/Static-filter-syntax#subjectstylearg
1
2
0
0
1
3y
@retr0id amazing
0
0
0
0