soslan / web-sauce

Chrome extension for adding custom CSS and JS to a web page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Web sauce is a chrome extension for adding custom CSS and JavaScript to web pages.

Building

For building, run:

$ bash build.sh

For building in development mode, run:

$ bash build.sh develop

This will result in dist/WebSauce-develop directory.

TODO

  • [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.

License

See LICENSE file.

About

Chrome extension for adding custom CSS and JS to a web page

License:MIT License


Languages

Language:JavaScript 69.0%Language:Shell 16.8%Language:HTML 14.2%