acrisci / superUserContent

Dynamically load stylesheets in Firefox from plaintext files in your profile
Mozilla Public License 2.0
9 stars 0 forks source link

superUserContent

Dynamically load stylesheets in Firefox from plaintext files in your profile.

About

superUserContent is a simple Firefox plugin that creates a new directory in your profile's chrome directory called userContent.css.d. You can use this directory as a runtime path for css stylesheets. superUserContent will apply any stylesheets it finds in this directory to pages when they load.

superUserContent is for developers who want an easy way to change the look and feel of the sites they frequently visit using their own text editor and CLI tools. superUserContent is a great tool for theme designers who want to share their customizations on sites like userstyles.org so they can be used easily by casual browser users with plugins like Stylish.

This plugin was made to address the current limitations of userContent.css that make it difficult to use for general web development.

Installing

Building the plugin requires the Add-on SDK.

Compile the CoffeeScript files with cake build and then build the xpi with cfx xpi.

For normal users, install the addon by visiting its listing on Mozilla.org.

License

superUserContent is open source software available under the MPL 2.0 license.

Copyright © 2014, Tony Crisci

All rights reserved.