mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-02 21:39:38 +05:00
add 10drives autoclicks
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/233
This commit is contained in:
parent
16cfbe2c24
commit
fc61525319
4 changed files with 18 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.43
|
||||
// @version 93.4.44
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -726,6 +726,7 @@
|
|||
// @include /freemodsapp.in/
|
||||
// @include /pandaznetwork.com/
|
||||
// @include /app2.olamovies.download\/generate\/\?id=/
|
||||
// @include /foodtechnos.in/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin|chronoat|ecoinfotec|bcsclass|mainitbd|newselab|dizok|uzaay|tophistoryview|9sblog|ubnem|techavash|6harfli|professionaley|playghub|apkvmod|apkallworld|techoflix|toplistee|games2mobile|nivtu|bflig|jplna).com|(makego|sakazi|momge|englishgrammarpro).net|askerlikforum.com.tr|misterio.ro|(forp|bevery).xyz|gamcabd.org|gamerking.shop)(\/.*)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.43
|
||||
// @version 93.4.44
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -726,6 +726,7 @@
|
|||
// @include /freemodsapp.in/
|
||||
// @include /pandaznetwork.com/
|
||||
// @include /app2.olamovies.download\/generate\/\?id=/
|
||||
// @include /foodtechnos.in/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin|chronoat|ecoinfotec|bcsclass|mainitbd|newselab|dizok|uzaay|tophistoryview|9sblog|ubnem|techavash|6harfli|professionaley|playghub|apkvmod|apkallworld|techoflix|toplistee|games2mobile|nivtu|bflig|jplna).com|(makego|sakazi|momge|englishgrammarpro).net|askerlikforum.com.tr|misterio.ro|(forp|bevery).xyz|gamcabd.org|gamerking.shop)(\/.*)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
@ -2740,6 +2741,12 @@
|
|||
redirectToAnyLinkWithMatchingTextContent("Get Link");
|
||||
}) : null;
|
||||
|
||||
// 10drives - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/233
|
||||
/foodtechnos.in/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfExists('a.btn:nth-child(1)');
|
||||
redirectIfExists('a#lsdwnbtn');
|
||||
}) : null;
|
||||
|
||||
|
||||
})();
|
||||
|
||||
|
|
|
@ -224,6 +224,7 @@
|
|||
// @match *://linkslice.io/*
|
||||
// @match *://zshort.io/*
|
||||
// @match *://easy4skip.com/*
|
||||
// @include /foodtechnos.in/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -1300,6 +1301,12 @@
|
|||
redirectToAnyLinkWithMatchingTextContent("Get Link");
|
||||
}) : null;
|
||||
|
||||
// 10drives - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/233
|
||||
/foodtechnos.in/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfExists('a.btn:nth-child(1)');
|
||||
redirectIfExists('a#lsdwnbtn');
|
||||
}) : null;
|
||||
|
||||
|
||||
})();
|
||||
|
||||
|
|
|
@ -707,6 +707,7 @@ https://paster.so/*
|
|||
/freemodsapp.in/
|
||||
/pandaznetwork.com/
|
||||
/app2.olamovies.download\/generate\/\?id=/
|
||||
/foodtechnos.in/
|
||||
/filecrypt.(cc|co)/
|
||||
/^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin|chronoat|ecoinfotec|bcsclass|mainitbd|newselab|dizok|uzaay|tophistoryview|9sblog|ubnem|techavash|6harfli|professionaley|playghub|apkvmod|apkallworld|techoflix|toplistee|games2mobile|nivtu|bflig|jplna).com|(makego|sakazi|momge|englishgrammarpro).net|askerlikforum.com.tr|misterio.ro|(forp|bevery).xyz|gamcabd.org|gamerking.shop)(\/.*)/
|
||||
/(mega-enlace|acortados).com/
|
||||
|
|
Loading…
Reference in a new issue