mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-02-07 18:34:09 +05:00
minor improvement to last commit
This commit is contained in:
parent
35c7f643ca
commit
1f6d2b4be5
2 changed files with 4 additions and 4 deletions
|
@ -1949,8 +1949,8 @@
|
||||||
if (/uqozy.com|posterify.net|drinkspartner.com/.test(url)) {
|
if (/uqozy.com|posterify.net|drinkspartner.com/.test(url)) {
|
||||||
afterDOMLoaded(function() {
|
afterDOMLoaded(function() {
|
||||||
modifyScript('timeLeft = duration', 'timeLeft = 0'); // skip timers
|
modifyScript('timeLeft = duration', 'timeLeft = 0'); // skip timers
|
||||||
clickWithDelay('#bottomButton', 2000);
|
clickWithDelay('#bottomButton', 0);
|
||||||
clickWithDelay('#open-link', 6000);
|
clickWithDelay('#open-link', 3000);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
/shrinkforearn.in/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null;
|
/shrinkforearn.in/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null;
|
||||||
|
|
|
@ -457,8 +457,8 @@
|
||||||
if (/uqozy.com|posterify.net|drinkspartner.com/.test(url)) {
|
if (/uqozy.com|posterify.net|drinkspartner.com/.test(url)) {
|
||||||
afterDOMLoaded(function() {
|
afterDOMLoaded(function() {
|
||||||
modifyScript('timeLeft = duration', 'timeLeft = 0'); // skip timers
|
modifyScript('timeLeft = duration', 'timeLeft = 0'); // skip timers
|
||||||
clickWithDelay('#bottomButton', 2000);
|
clickWithDelay('#bottomButton', 0);
|
||||||
clickWithDelay('#open-link', 6000);
|
clickWithDelay('#open-link', 3000);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
/shrinkforearn.in/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null;
|
/shrinkforearn.in/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null;
|
||||||
|
|
Loading…
Reference in a new issue