mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
fix last commit
This commit is contained in:
parent
6c36bc2c74
commit
1915394181
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue