FirefoxBar / xStyle

A user styles manager for Firefox and Chrome
http://team.firefoxcn.net/#addons
GNU General Public License v3.0
172 stars 12 forks source link

Support external editors #22

Closed ghost closed 7 years ago

ghost commented 7 years ago

With Stylish, you can have a CSS like this:

@import "file:C:/github.css";
@-moz-document url-prefix(http) {}

and it will allow styles to be read from external file.

sylingd commented 7 years ago

WebExtension have not permisson to access local file