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).*/];
|
||||
avoid = ["dostosuj"];
|
||||
regexes = ["allow", "accept", "agree", "akceptuj", /przejdź(?! do główn).*/];
|
||||
avoid = ["dostosuj", "don't"];
|
||||
|
||||
buttons = Array.from(document.querySelectorAll("*")).filter(
|
||||
(e) =>
|
||||
|
|
Loading…
Reference in New Issue
Block a user