Fix primary filter
This commit is contained in:
parent
ad38749f98
commit
f165665a35
@ -140,11 +140,7 @@
|
||||
function syncAgreeState() {
|
||||
const primaryButton = document.querySelector('[mode="primary"]');
|
||||
|
||||
if (
|
||||
primaryButton &&
|
||||
primaryButton.textContent &&
|
||||
primaryButton.textContent.includes("AGREE")
|
||||
) {
|
||||
if (primaryButton) {
|
||||
primaryButton.click();
|
||||
} else {
|
||||
setTimeout(syncAgreeState, 100);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user