diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index d4a7b44..31d351f 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -1949,8 +1949,8 @@ if (/uqozy.com|posterify.net|drinkspartner.com/.test(url)) { afterDOMLoaded(function() { modifyScript('timeLeft = duration', 'timeLeft = 0'); // skip timers - clickWithDelay('#bottomButton', 2000); - clickWithDelay('#open-link', 6000); + clickWithDelay('#bottomButton', 0); + clickWithDelay('#open-link', 3000); }); } /shrinkforearn.in/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null; diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 016453c..e46fda6 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -457,8 +457,8 @@ if (/uqozy.com|posterify.net|drinkspartner.com/.test(url)) { afterDOMLoaded(function() { modifyScript('timeLeft = duration', 'timeLeft = 0'); // skip timers - clickWithDelay('#bottomButton', 2000); - clickWithDelay('#open-link', 6000); + clickWithDelay('#bottomButton', 0); + clickWithDelay('#open-link', 3000); }); } /shrinkforearn.in/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null;