fix last commit

This commit is contained in:
Amm0ni4 2024-03-16 22:11:49 +01:00
parent 6c36bc2c74
commit 1915394181
2 changed files with 2 additions and 2 deletions

View file

@ -2083,7 +2083,7 @@
clickIfLinkIsReady('#NextBtn'); clickIfLinkIsReady('#NextBtn');
}); });
} }
// /gplinks.co\/[^/#]+\/(?:#|\?pid=)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#link-btn > a')}) : null; //this line is redudant, already solved by the main chunk of the script /gplinks.co\/[^/#]+\/(?:#|\?pid=)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#link-btn > a')}) : null;
// rareanimes.net // rareanimes.net
/aipebel.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#wpsafelinkhuman')}) : null; /aipebel.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#wpsafelinkhuman')}) : null;

View file

@ -360,7 +360,7 @@
clickIfLinkIsReady('#NextBtn'); clickIfLinkIsReady('#NextBtn');
}); });
} }
/gplinks.co\/[^/#]+\/(?:#|\?pid=)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null; /gplinks.co\/[^/#]+\/(?:#|\?pid=)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#link-btn > a')}) : null;
// rareanimes.net // rareanimes.net
/aipebel.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#wpsafelinkhuman')}) : null; /aipebel.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#wpsafelinkhuman')}) : null;