mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add missing v2links domain
This commit is contained in:
parent
42d2b17b34
commit
57494f8930
4 changed files with 6 additions and 6 deletions
|
@ -740,7 +740,7 @@
|
|||
// @include /minimilionario.com\/noticia.php\?token=/
|
||||
// @include /usandoapp.com/
|
||||
// @include /v2links.(com|me)/
|
||||
// @include /utkarshonlinetest.com/
|
||||
// @include /(utkarshonlinetest|newsbawa).com/
|
||||
// @include /techtnet.com/
|
||||
// @include /asideway.com/
|
||||
// @include /web1s.asia\/api-mode/
|
||||
|
|
|
@ -740,7 +740,7 @@
|
|||
// @include /minimilionario.com\/noticia.php\?token=/
|
||||
// @include /usandoapp.com/
|
||||
// @include /v2links.(com|me)/
|
||||
// @include /utkarshonlinetest.com/
|
||||
// @include /(utkarshonlinetest|newsbawa).com/
|
||||
// @include /techtnet.com/
|
||||
// @include /asideway.com/
|
||||
// @include /web1s.asia\/api-mode/
|
||||
|
@ -2216,7 +2216,7 @@
|
|||
|
||||
// olamovies.icu - https://v2links.me/q1z4ssolam //add stuff missing from the main script
|
||||
/v2links.(com|me)/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
/utkarshonlinetest.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#GetLink')}) : null;
|
||||
/(utkarshonlinetest|newsbawa).com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#GetLink')}) : null;
|
||||
|
||||
// psa.wf, olamovies.bar, https://ez4short.com/ar02kkolam - (adding here stuff missing from the main script)
|
||||
///tiktokcounter.net/.test(url) ? preventForcedFocusOnWindow() : null;
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
// @include /minimilionario.com\/noticia.php\?token=/
|
||||
// @include /usandoapp.com/
|
||||
// @include /v2links.(com|me)/
|
||||
// @include /utkarshonlinetest.com/
|
||||
// @include /(utkarshonlinetest|newsbawa).com/
|
||||
// @include /techtnet.com/
|
||||
// @include /asideway.com/
|
||||
// @include /web1s.asia\/api-mode/
|
||||
|
@ -495,7 +495,7 @@
|
|||
|
||||
// olamovies.icu - https://v2links.me/q1z4ssolam //add stuff missing from the main script
|
||||
/v2links.(com|me)/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
/utkarshonlinetest.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#GetLink')}) : null;
|
||||
/(utkarshonlinetest|newsbawa).com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#GetLink')}) : null;
|
||||
|
||||
// psa.wf, olamovies.bar, https://ez4short.com/ar02kkolam - (adding here stuff missing from the main script)
|
||||
///tiktokcounter.net/.test(url) ? preventForcedFocusOnWindow() : null;
|
||||
|
|
|
@ -719,7 +719,7 @@ r1.foxylinks.site
|
|||
/minimilionario.com\/noticia.php\?token=/
|
||||
/usandoapp.com/
|
||||
/v2links.(com|me)/
|
||||
/utkarshonlinetest.com/
|
||||
/(utkarshonlinetest|newsbawa).com/
|
||||
/techtnet.com/
|
||||
/asideway.com/
|
||||
/web1s.asia\/api-mode/
|
||||
|
|
Loading…
Reference in a new issue