https://github.com/codegoalie/better-styles
Browser extension to tweak styles on certain sites
https://github.com/codegoalie/better-styles
Last synced: 4 months ago
JSON representation
Browser extension to tweak styles on certain sites
- Host: GitHub
- URL: https://github.com/codegoalie/better-styles
- Owner: codegoalie
- Created: 2019-10-31T15:34:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T15:41:33.000Z (over 6 years ago)
- Last Synced: 2025-02-14T05:43:47.413Z (about 1 year ago)
- Language: CSS
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Better Styles
Browser extension to tweak styles on certain sites
## Usage
Download the XPI from the [releases page](https://github.com/codegoalie/better-styles/releases)
## Development
`better-styles` uses [`web-ext`](https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/)
for easy management of browser extensions. You can execute `web-ext run` from
the root of this repo to launch a browser with the extension intalled. Updating
any file in this repo will automatically reload the extension in that test
browser instance.
## Contributing
Feel free to open a PR to this repo with updates, tweaks, and additional styles.
Thanks!