implement polyfilling, first-class firefox support coming soon

This commit is contained in:
Alphons
2023-12-02 22:17:34 +08:00
parent a9a4153c80
commit acba86d325
10 changed files with 172 additions and 118 deletions
+2 -2
View File
@@ -25,8 +25,8 @@
"optional_permissions": ["declarativeContent"],
"content_scripts": [
{
"matches": ["https://*/*"],
"js": ["purify.min.js", "SEQTA.js"],
"matches": ["*://*/*"],
"js": ["browser-polyfill.js", "purify.min.js", "SEQTA.js"],
"run_at": "document_start"
}
],