mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
implement polyfilling, first-class firefox support coming soon
This commit is contained in:
@@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user