mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-01 21:09:37 +05:00
add hdhub4u domains and timer boost
This commit is contained in:
parent
5d987f2418
commit
7948bbf1b0
5 changed files with 17 additions and 11 deletions
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 93.9.2
|
// @version 93.9.3
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -644,7 +644,7 @@
|
||||||
// @include /www.spaste.com/
|
// @include /www.spaste.com/
|
||||||
// @include /click.convertkit-mail.com/
|
// @include /click.convertkit-mail.com/
|
||||||
// @include /hubcloud.club\/tg\/go.php\?re=/
|
// @include /hubcloud.club\/tg\/go.php\?re=/
|
||||||
// @include /stockwallah.com/
|
// @include /bgmiaimassist.in|(stockwallah|inventoryidea).com/
|
||||||
// @include /^https:\/\/relampagomovies\.com\/.+/
|
// @include /^https:\/\/relampagomovies\.com\/.+/
|
||||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|(tejtime24|cyberlynews|quizrent).com/
|
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|(tejtime24|cyberlynews|quizrent).com/
|
||||||
// @include /linkshortify.in|lksfy.com/
|
// @include /linkshortify.in|lksfy.com/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 93.9.2
|
// @version 93.9.3
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -644,7 +644,7 @@
|
||||||
// @include /www.spaste.com/
|
// @include /www.spaste.com/
|
||||||
// @include /click.convertkit-mail.com/
|
// @include /click.convertkit-mail.com/
|
||||||
// @include /hubcloud.club\/tg\/go.php\?re=/
|
// @include /hubcloud.club\/tg\/go.php\?re=/
|
||||||
// @include /stockwallah.com/
|
// @include /bgmiaimassist.in|(stockwallah|inventoryidea).com/
|
||||||
// @include /^https:\/\/relampagomovies\.com\/.+/
|
// @include /^https:\/\/relampagomovies\.com\/.+/
|
||||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|(tejtime24|cyberlynews|quizrent).com/
|
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|(tejtime24|cyberlynews|quizrent).com/
|
||||||
// @include /linkshortify.in|lksfy.com/
|
// @include /linkshortify.in|lksfy.com/
|
||||||
|
@ -1711,13 +1711,13 @@
|
||||||
let button = document.querySelector(selector + ':not(.disabled)'); //Check the element is not disabled
|
let button = document.querySelector(selector + ':not(.disabled)'); //Check the element is not disabled
|
||||||
if (button) {setTimeout(() => { isValidUrl(button.href) ? redirect(button.href) : button.click();}, 100);} //Redirect or click, with a 0.1s delay
|
if (button) {setTimeout(() => { isValidUrl(button.href) ? redirect(button.href) : button.click();}, 100);} //Redirect or click, with a 0.1s delay
|
||||||
}, 500);});};
|
}, 500);});};
|
||||||
if (/((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea|gamerxyt|betsatta).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org|kk.offerboom.top)/.test(url)){
|
if (/((infytips|remixodiadj|bgmiaimassist).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea|gamerxyt|betsatta|stockwallah).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org|kk.offerboom.top)/.test(url)){
|
||||||
if (url.includes('?r=')) redirect(atob(url.split('?r=')[1]));
|
if (url.includes('?r=')) redirect(atob(url.split('?r=')[1]));
|
||||||
else redirectOrClickIfExistsEnabledWithDelay('.rd_btn');
|
else redirectOrClickIfExistsEnabledWithDelay('.rd_btn');
|
||||||
}
|
}
|
||||||
|
|
||||||
// hdhub4u.capetown
|
// hdhub4u.capetown
|
||||||
/stockwallah.com/.test(url) ? afterDOMLoaded(function() {
|
/bgmiaimassist.in|(stockwallah|inventoryidea).com/.test(url) ? afterDOMLoaded(function() {
|
||||||
clickIfExists('a#verify_btn');
|
clickIfExists('a#verify_btn');
|
||||||
redirectIfExists('a#verify_btn');
|
redirectIfExists('a#verify_btn');
|
||||||
}) : null;
|
}) : null;
|
||||||
|
@ -2753,6 +2753,9 @@
|
||||||
// hyp.sh hypershort
|
// hyp.sh hypershort
|
||||||
/hypershort.com/.test(url) ? boostTimers2() : null;
|
/hypershort.com/.test(url) ? boostTimers2() : null;
|
||||||
|
|
||||||
|
// hdhub4u
|
||||||
|
/bgmiaimassist.in|(stockwallah|inventoryidea).com/.test(url) ? boostTimers2() : null;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
// ----- ----- -----
|
// ----- ----- -----
|
||||||
|
|
||||||
|
|
|
@ -197,7 +197,7 @@
|
||||||
// @include /www.spaste.com/
|
// @include /www.spaste.com/
|
||||||
// @include /click.convertkit-mail.com/
|
// @include /click.convertkit-mail.com/
|
||||||
// @include /hubcloud.club\/tg\/go.php\?re=/
|
// @include /hubcloud.club\/tg\/go.php\?re=/
|
||||||
// @include /stockwallah.com/
|
// @include /bgmiaimassist.in|(stockwallah|inventoryidea).com/
|
||||||
// @include /^https:\/\/relampagomovies\.com\/.+/
|
// @include /^https:\/\/relampagomovies\.com\/.+/
|
||||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|(tejtime24|cyberlynews|quizrent).com/
|
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|(tejtime24|cyberlynews|quizrent).com/
|
||||||
// @include /linkshortify.in|lksfy.com/
|
// @include /linkshortify.in|lksfy.com/
|
||||||
|
@ -451,13 +451,13 @@
|
||||||
let button = document.querySelector(selector + ':not(.disabled)'); //Check the element is not disabled
|
let button = document.querySelector(selector + ':not(.disabled)'); //Check the element is not disabled
|
||||||
if (button) {setTimeout(() => { isValidUrl(button.href) ? redirect(button.href) : button.click();}, 100);} //Redirect or click, with a 0.1s delay
|
if (button) {setTimeout(() => { isValidUrl(button.href) ? redirect(button.href) : button.click();}, 100);} //Redirect or click, with a 0.1s delay
|
||||||
}, 500);});};
|
}, 500);});};
|
||||||
if (/((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea|gamerxyt|betsatta).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org|kk.offerboom.top)/.test(url)){
|
if (/((infytips|remixodiadj|bgmiaimassist).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea|gamerxyt|betsatta|stockwallah).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org|kk.offerboom.top)/.test(url)){
|
||||||
if (url.includes('?r=')) redirect(atob(url.split('?r=')[1]));
|
if (url.includes('?r=')) redirect(atob(url.split('?r=')[1]));
|
||||||
else redirectOrClickIfExistsEnabledWithDelay('.rd_btn');
|
else redirectOrClickIfExistsEnabledWithDelay('.rd_btn');
|
||||||
}
|
}
|
||||||
|
|
||||||
// hdhub4u.capetown
|
// hdhub4u.capetown
|
||||||
/stockwallah.com/.test(url) ? afterDOMLoaded(function() {
|
/bgmiaimassist.in|(stockwallah|inventoryidea).com/.test(url) ? afterDOMLoaded(function() {
|
||||||
clickIfExists('a#verify_btn');
|
clickIfExists('a#verify_btn');
|
||||||
redirectIfExists('a#verify_btn');
|
redirectIfExists('a#verify_btn');
|
||||||
}) : null;
|
}) : null;
|
||||||
|
@ -1493,5 +1493,8 @@
|
||||||
// hyp.sh hypershort
|
// hyp.sh hypershort
|
||||||
/hypershort.com/.test(url) ? boostTimers2() : null;
|
/hypershort.com/.test(url) ? boostTimers2() : null;
|
||||||
|
|
||||||
|
// hdhub4u
|
||||||
|
/bgmiaimassist.in|(stockwallah|inventoryidea).com/.test(url) ? boostTimers2() : null;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
// ----- ----- -----
|
// ----- ----- -----
|
||||||
|
|
|
@ -626,7 +626,7 @@ https://paster.so/*
|
||||||
/www.spaste.com/
|
/www.spaste.com/
|
||||||
/click.convertkit-mail.com/
|
/click.convertkit-mail.com/
|
||||||
/hubcloud.club\/tg\/go.php\?re=/
|
/hubcloud.club\/tg\/go.php\?re=/
|
||||||
/stockwallah.com/
|
/bgmiaimassist.in|(stockwallah|inventoryidea).com/
|
||||||
/^https:\/\/relampagomovies\.com\/.+/
|
/^https:\/\/relampagomovies\.com\/.+/
|
||||||
/(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|(tejtime24|cyberlynews|quizrent).com/
|
/(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|(tejtime24|cyberlynews|quizrent).com/
|
||||||
/linkshortify.in|lksfy.com/
|
/linkshortify.in|lksfy.com/
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
// @namespace Violentmonkey Scripts
|
// @namespace Violentmonkey Scripts
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Bloggerpemula
|
// @author Bloggerpemula
|
||||||
// @version 93.9.2
|
// @version 93.9.3
|
||||||
// @match *://*/*
|
// @match *://*/*
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
|
|
Loading…
Reference in a new issue