Broader compatiblity of "agree" button detection
This commit is contained in:
parent
a5504b64a3
commit
c7a9ce6364
|
@ -1,5 +1,5 @@
|
||||||
regexes = ["allow", "accept", "akceptuj", /przejdź(?! do główn).*/];
|
regexes = ["allow", "accept", "agree", "akceptuj", /przejdź(?! do główn).*/];
|
||||||
avoid = ["dostosuj"];
|
avoid = ["dostosuj", "don't"];
|
||||||
|
|
||||||
buttons = Array.from(document.querySelectorAll("*")).filter(
|
buttons = Array.from(document.querySelectorAll("*")).filter(
|
||||||
(e) =>
|
(e) =>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user