webextensions / live-css-editor

Source code for Chrome/Edge/Firefox/Opera extension Magic CSS (Live editor for CSS, Less & Sass)
https://chromewebstore.google.com/detail/live-editor-for-css-less/ifhikkcafabcgolfjegfcgloomalapol
MIT License
277 stars 58 forks source link

Apply styles automatically (without loading this extension) to any/all domains? #127

Open mikegoescoding opened 1 year ago

mikegoescoding commented 1 year ago

Is it possible to apply a style to any and all pages and domains? I see the option for 'pages on this domain', but I have a use case for my custom style across any and all domains globally.

Thanks!

webextensions commented 1 year ago

@mikegoescoding

Thank you for the feature request 😊

Yes, one of the new features that we wish to add is going to be the ability to add a "global" stylesheet (probably via More Options / Settings under the extension) which should be applied to all the pages.

Note: It might take some time in implementation though.