Web sauce is a chrome extension for adding custom CSS and JavaScript to web pages.
For building, run:
$ bash build.sh
For building in development mode, run:
$ bash build.sh develop
This will result in dist/WebSauce-develop
directory.
- [DONE] Ability to add custom CSS and JavaScript to a web page by its hostname.
- [DONE] Implement wildcards for hostnames.
- [DONE] Switch to pageAction
- Add option of whether to inject to all frames or just the top one.
- Implement import and export.
See LICENSE file.