-
Notifications
You must be signed in to change notification settings - Fork 3
Firefox support #12
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Firefox doesn't yet support the all devtools extension APIs needed for this extension to work. Specifically, it's the
devtools.inspectedWindow.getResourcesmethod, thedevtools.inspectedWindow.onResourceAddedevent and theResourceinterface that are missing.Without these APIs it's not possible for the extension to access stylesheet content but, if possible, I still want to support developers that use Firefox by exploring other means of reading, modifying and updating stylesheet and document content.
Without the devtools APIs I suspect getting at the content will be problematic because of security features (same-origin policy etc) and — if that proves to be the case — I still think offering a limited version is better than nothing.