refactor getavailableclasses function

This commit is contained in:
SethBurkart123
2023-11-17 15:55:13 +11:00
parent 426f7ff16f
commit a7df4c772c
+1 -1
View File
@@ -25,7 +25,7 @@
"optional_permissions": ["declarativeContent"],
"content_scripts": [
{
"matches": ["https://*.*/*"],
"matches": ["https://*/*"],
"js": ["purify.min.js", "SEQTA.js"],
"run_at": "document_start"
}