ankit / stylebot

Change the appearance of the web instantly
https://stylebot.dev/
MIT License
1.38k stars 205 forks source link

Import usercontent.css from Firefox #682

Open Emma-Walker opened 2 years ago

Emma-Walker commented 2 years ago

Firefox has a stylesheet file at ..\AppData\Roaming\Mozilla\Firefox\Profiles\profile.default\chrome\userContent.css to adjust the css of any website you like

It would be nice if stylebot could import this file

It looks something like this

@-moz-document domain(www.reddit.com)
    {
    div.top-matter div.expando-button { margin-left:40px !important; }
    div.top-matter p.tagline { margin-left:40px !important; }
    div.top-matter ul.flat-list { margin-left:40px !important; }
    }

@-moz-document domain(www.google.com)
    {
    ...more css definitions
    }