mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-02-07 18:34:09 +05:00
fix bypass for v2links
This commit is contained in:
parent
a685d5d897
commit
2e989bb87e
4 changed files with 14 additions and 8 deletions
|
@ -739,7 +739,8 @@
|
||||||
// @include /tiktokcounter.net/
|
// @include /tiktokcounter.net/
|
||||||
// @include /minimilionario.com\/noticia.php\?token=/
|
// @include /minimilionario.com\/noticia.php\?token=/
|
||||||
// @include /usandoapp.com/
|
// @include /usandoapp.com/
|
||||||
// @include /v2links.com/
|
// @include /v2links.(com|me)/
|
||||||
|
// @include /utkarshonlinetest.com/
|
||||||
// @include /techtnet.com/
|
// @include /techtnet.com/
|
||||||
// @include /asideway.com/
|
// @include /asideway.com/
|
||||||
// @include /web1s.asia\/api-mode/
|
// @include /web1s.asia\/api-mode/
|
||||||
|
|
|
@ -739,7 +739,8 @@
|
||||||
// @include /tiktokcounter.net/
|
// @include /tiktokcounter.net/
|
||||||
// @include /minimilionario.com\/noticia.php\?token=/
|
// @include /minimilionario.com\/noticia.php\?token=/
|
||||||
// @include /usandoapp.com/
|
// @include /usandoapp.com/
|
||||||
// @include /v2links.com/
|
// @include /v2links.(com|me)/
|
||||||
|
// @include /utkarshonlinetest.com/
|
||||||
// @include /techtnet.com/
|
// @include /techtnet.com/
|
||||||
// @include /asideway.com/
|
// @include /asideway.com/
|
||||||
// @include /web1s.asia\/api-mode/
|
// @include /web1s.asia\/api-mode/
|
||||||
|
@ -2213,8 +2214,9 @@
|
||||||
/(cravesandflames|codesnse).com/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.btn:nth-child(1)')}) : null;
|
/(cravesandflames|codesnse).com/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.btn:nth-child(1)')}) : null;
|
||||||
/go.(cravesandflames|codesnse).com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn')}) : null;
|
/go.(cravesandflames|codesnse).com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn')}) : null;
|
||||||
|
|
||||||
// olamovies.bar - https://v2links.me/q1z4ssolam //add stuff missing from the main script
|
// olamovies.icu - https://v2links.me/q1z4ssolam //add stuff missing from the main script
|
||||||
/v2links.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
/v2links.(com|me)/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||||
|
/utkarshonlinetest.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#GetLink')}) : null;
|
||||||
|
|
||||||
// psa.wf, olamovies.bar, https://ez4short.com/ar02kkolam - (adding here stuff missing from the main script)
|
// psa.wf, olamovies.bar, https://ez4short.com/ar02kkolam - (adding here stuff missing from the main script)
|
||||||
///tiktokcounter.net/.test(url) ? preventForcedFocusOnWindow() : null;
|
///tiktokcounter.net/.test(url) ? preventForcedFocusOnWindow() : null;
|
||||||
|
|
|
@ -96,7 +96,8 @@
|
||||||
// @include /tiktokcounter.net/
|
// @include /tiktokcounter.net/
|
||||||
// @include /minimilionario.com\/noticia.php\?token=/
|
// @include /minimilionario.com\/noticia.php\?token=/
|
||||||
// @include /usandoapp.com/
|
// @include /usandoapp.com/
|
||||||
// @include /v2links.com/
|
// @include /v2links.(com|me)/
|
||||||
|
// @include /utkarshonlinetest.com/
|
||||||
// @include /techtnet.com/
|
// @include /techtnet.com/
|
||||||
// @include /asideway.com/
|
// @include /asideway.com/
|
||||||
// @include /web1s.asia\/api-mode/
|
// @include /web1s.asia\/api-mode/
|
||||||
|
@ -492,8 +493,9 @@
|
||||||
/(cravesandflames|codesnse).com/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.btn:nth-child(1)')}) : null;
|
/(cravesandflames|codesnse).com/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.btn:nth-child(1)')}) : null;
|
||||||
/go.(cravesandflames|codesnse).com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn')}) : null;
|
/go.(cravesandflames|codesnse).com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn')}) : null;
|
||||||
|
|
||||||
// olamovies.bar - https://v2links.me/q1z4ssolam //add stuff missing from the main script
|
// olamovies.icu - https://v2links.me/q1z4ssolam //add stuff missing from the main script
|
||||||
/v2links.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
/v2links.(com|me)/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||||
|
/utkarshonlinetest.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#GetLink')}) : null;
|
||||||
|
|
||||||
// psa.wf, olamovies.bar, https://ez4short.com/ar02kkolam - (adding here stuff missing from the main script)
|
// psa.wf, olamovies.bar, https://ez4short.com/ar02kkolam - (adding here stuff missing from the main script)
|
||||||
///tiktokcounter.net/.test(url) ? preventForcedFocusOnWindow() : null;
|
///tiktokcounter.net/.test(url) ? preventForcedFocusOnWindow() : null;
|
||||||
|
|
|
@ -718,7 +718,8 @@ r1.foxylinks.site
|
||||||
/tiktokcounter.net/
|
/tiktokcounter.net/
|
||||||
/minimilionario.com\/noticia.php\?token=/
|
/minimilionario.com\/noticia.php\?token=/
|
||||||
/usandoapp.com/
|
/usandoapp.com/
|
||||||
/v2links.com/
|
/v2links.(com|me)/
|
||||||
|
/utkarshonlinetest.com/
|
||||||
/techtnet.com/
|
/techtnet.com/
|
||||||
/asideway.com/
|
/asideway.com/
|
||||||
/web1s.asia\/api-mode/
|
/web1s.asia\/api-mode/
|
||||||
|
|
Loading…
Reference in a new issue