You've already forked AstralRinth
forked from didirus/AstralRinth
Fix primary filter
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user