Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denis-sokolov/chrome-custom-css

Minimal and secure way to add custom CSS in Chrome
https://github.com/denis-sokolov/chrome-custom-css

chrome-extension css custom-css extension

Last synced: 15 days ago
JSON representation

Minimal and secure way to add custom CSS in Chrome

Awesome Lists containing this project

README

        

# Custom CSS in Chrome

An extension for Google Chrome to add custom CSS on websites.

**Secure.** The extension does not require permissions to access all data on all websites all the time. Once you start editing CSS on a page, you get a permission prompt specific to that domain.

![Permission dialog](docs/permission-dialog.png#2)

Later, if the CSS for a domain is not used, the permission will be dropped.

**Minimal.** There are no UI clutter of any kind. The entire extension consists of a big editable area for CSS code for the current domain.

![UI screenshot](docs/ui-screenshot.png#2)