From a7df4c772c6e75c04d592104829ad1138d992481 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Fri, 17 Nov 2023 15:55:13 +1100 Subject: [PATCH] refactor getavailableclasses function --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index 69b00f13..b531d227 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -25,7 +25,7 @@ "optional_permissions": ["declarativeContent"], "content_scripts": [ { - "matches": ["https://*.*/*"], + "matches": ["https://*/*"], "js": ["purify.min.js", "SEQTA.js"], "run_at": "document_start" }