Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lassekongo83/userstyles
Various user styles for a couple of websites.
https://github.com/lassekongo83/userstyles
ublock-origin user-css userstyles
Last synced: about 1 month ago
JSON representation
Various user styles for a couple of websites.
- Host: GitHub
- URL: https://github.com/lassekongo83/userstyles
- Owner: lassekongo83
- License: gpl-3.0
- Created: 2017-01-28T15:50:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-04T02:05:55.000Z (over 1 year ago)
- Last Synced: 2024-10-16T12:38:30.100Z (3 months ago)
- Topics: ublock-origin, user-css, userstyles
- Language: Shell
- Homepage:
- Size: 198 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UserStyles
Various user styles for a couple of websites.uBlock Origin can be used to restyle websites just like a UserStyle manager like Stylus for example. Styles need to be written with the `:style()` syntax. For example `github.com##*:style(background: black !important; color: white !important;)` will make all backgrounds on github black and all text white.
Limitations:
* `url(...)` is not supported.
* media-queries and similar CSS is not supported.### How to subscribe to a style
- Open uBlock Origin's settings page
- Go to the `Filter lists` pane
- Copy the raw link of the style you want to subscribe to. (The `Raw` button here on GitHub.)
- Scroll to the bottom and click `Import`
- Paste the raw link in the text field and click on the `Apply` button
- Refresh the webpage you applied the style to