Open plocket opened 3 years ago
The match lines tell TamperMonkey which pages get the script activated. We need to be wary of a * that matches too much, but in general I agree with the idea.
https://*.getyourrefund.org/*/hub
etc. That is, as long as there's something after it.
Our
==UserScript==
section in our scripts has what looks like@match
keys. I'm not sure what this section is or what that does, but our matches all includehttps://*.getyourrefund.org/en/
. It looks like we can have wildcards in there. Can we usehttps://*.getyourrefund.org/*/
instead to be more permissive about the language of the page?