mirror of
https://github.com/lebr0nli/slader-extension.git
synced 2025-06-22 22:08:06 +00:00
Let run on any explanation
This commit is contained in:
parent
3f50357b3f
commit
e2a9788169
|
@ -20,7 +20,7 @@
|
||||||
"js": ["js/content_script.js"]
|
"js": ["js/content_script.js"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matches": ["*://quizlet.com/explanations/questions/*"],
|
"matches": ["*://quizlet.com/explanations/*"],
|
||||||
"js": ["js/quizlet_bypass.js"]
|
"js": ["js/quizlet_bypass.js"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue