mirror of
https://github.com/lebr0nli/slader-extension.git
synced 2025-06-03 11:58:28 +00:00
Better page matching
This commit is contained in:
parent
212f0bdfe7
commit
29a3157f57
|
@ -20,7 +20,7 @@
|
||||||
"js": ["js/content_script.js"]
|
"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"]
|
"js": ["js/katex/katex.js", "js/katex/autorender.js", "js/quizlet_bypass.js"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue