From 29a3157f5755ec89f2a6d1e154aa6baa2f35466f Mon Sep 17 00:00:00 2001 From: EthanHarv Date: Wed, 14 Jul 2021 01:21:10 -0500 Subject: [PATCH] Better page matching --- slader-limit-bypass/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slader-limit-bypass/manifest.json b/slader-limit-bypass/manifest.json index fbc035d..2d8c169 100644 --- a/slader-limit-bypass/manifest.json +++ b/slader-limit-bypass/manifest.json @@ -20,7 +20,7 @@ "js": ["js/content_script.js"] }, { - "matches": ["*://quizlet.com/explanations/*"], + "matches": ["*://quizlet.com/explanations/questions/*", "*://quizlet.com/explanations/textbook-solutions/*/*"], "js": ["js/katex/katex.js", "js/katex/autorender.js", "js/quizlet_bypass.js"] } ],