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"] } ],