mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
small fix
This commit is contained in:
parent
b6a9e92c50
commit
992b72f0fe
4 changed files with 6 additions and 6 deletions
|
@ -743,7 +743,7 @@
|
||||||
// @include /web1s.asia\/api-mode/
|
// @include /web1s.asia\/api-mode/
|
||||||
// @include /(linkvip|blitly).io/
|
// @include /(linkvip|blitly).io/
|
||||||
// @include /^https:\/\/megalink.pro\/[a-zA-Z0-9]+$/
|
// @include /^https:\/\/megalink.pro\/[a-zA-Z0-9]+$/
|
||||||
// @include /tii.la|oko.sh|shrinke.me|clk.wiki|techy.veganab.co|atglinks.com|linx.cc|get.megaurl.in/
|
// @include /tii.la|oko.sh|shrinke.me|clk.wiki|techy.veganab.co|atglinks.com|linx.cc|get.megaurl.in|wordcounter.icu/
|
||||||
// @include /shon.xyz/
|
// @include /shon.xyz/
|
||||||
// @include /veganab.co\/\?link=/
|
// @include /veganab.co\/\?link=/
|
||||||
// @include /veganab.co/
|
// @include /veganab.co/
|
||||||
|
|
|
@ -743,7 +743,7 @@
|
||||||
// @include /web1s.asia\/api-mode/
|
// @include /web1s.asia\/api-mode/
|
||||||
// @include /(linkvip|blitly).io/
|
// @include /(linkvip|blitly).io/
|
||||||
// @include /^https:\/\/megalink.pro\/[a-zA-Z0-9]+$/
|
// @include /^https:\/\/megalink.pro\/[a-zA-Z0-9]+$/
|
||||||
// @include /tii.la|oko.sh|shrinke.me|clk.wiki|techy.veganab.co|atglinks.com|linx.cc|get.megaurl.in/
|
// @include /tii.la|oko.sh|shrinke.me|clk.wiki|techy.veganab.co|atglinks.com|linx.cc|get.megaurl.in|wordcounter.icu/
|
||||||
// @include /shon.xyz/
|
// @include /shon.xyz/
|
||||||
// @include /veganab.co\/\?link=/
|
// @include /veganab.co\/\?link=/
|
||||||
// @include /veganab.co/
|
// @include /veganab.co/
|
||||||
|
@ -1947,7 +1947,7 @@
|
||||||
/exeo.app/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#submit-button')}) : null;
|
/exeo.app/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#submit-button')}) : null;
|
||||||
|
|
||||||
// tii.la oko.sh final step
|
// tii.la oko.sh final step
|
||||||
/tii.la|oko.sh|shrinke.me|clk.wiki|techy.veganab.co|atglinks.com|linx.cc|get.megaurl.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
/tii.la|oko.sh|shrinke.me|clk.wiki|techy.veganab.co|atglinks.com|linx.cc|get.megaurl.in|wordcounter.icu/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||||
|
|
||||||
// shon.xyz, seen in mega-descargas-serie.blogspot.com
|
// shon.xyz, seen in mega-descargas-serie.blogspot.com
|
||||||
/shon.xyz/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-main')}) : null;
|
/shon.xyz/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-main')}) : null;
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
// @include /web1s.asia\/api-mode/
|
// @include /web1s.asia\/api-mode/
|
||||||
// @include /(linkvip|blitly).io/
|
// @include /(linkvip|blitly).io/
|
||||||
// @include /^https:\/\/megalink.pro\/[a-zA-Z0-9]+$/
|
// @include /^https:\/\/megalink.pro\/[a-zA-Z0-9]+$/
|
||||||
// @include /tii.la|oko.sh|shrinke.me|clk.wiki|techy.veganab.co|atglinks.com|linx.cc|get.megaurl.in/
|
// @include /tii.la|oko.sh|shrinke.me|clk.wiki|techy.veganab.co|atglinks.com|linx.cc|get.megaurl.in|wordcounter.icu/
|
||||||
// @include /shon.xyz/
|
// @include /shon.xyz/
|
||||||
// @include /veganab.co\/\?link=/
|
// @include /veganab.co\/\?link=/
|
||||||
// @include /veganab.co/
|
// @include /veganab.co/
|
||||||
|
@ -233,7 +233,7 @@
|
||||||
/exeo.app/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#submit-button')}) : null;
|
/exeo.app/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#submit-button')}) : null;
|
||||||
|
|
||||||
// tii.la oko.sh final step
|
// tii.la oko.sh final step
|
||||||
/tii.la|oko.sh|shrinke.me|clk.wiki|techy.veganab.co|atglinks.com|linx.cc|get.megaurl.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
/tii.la|oko.sh|shrinke.me|clk.wiki|techy.veganab.co|atglinks.com|linx.cc|get.megaurl.in|wordcounter.icu/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||||
|
|
||||||
// shon.xyz, seen in mega-descargas-serie.blogspot.com
|
// shon.xyz, seen in mega-descargas-serie.blogspot.com
|
||||||
/shon.xyz/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-main')}) : null;
|
/shon.xyz/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-main')}) : null;
|
||||||
|
|
|
@ -723,7 +723,7 @@ r1.foxylinks.site
|
||||||
/web1s.asia\/api-mode/
|
/web1s.asia\/api-mode/
|
||||||
/(linkvip|blitly).io/
|
/(linkvip|blitly).io/
|
||||||
/^https:\/\/megalink.pro\/[a-zA-Z0-9]+$/
|
/^https:\/\/megalink.pro\/[a-zA-Z0-9]+$/
|
||||||
/tii.la|oko.sh|shrinke.me|clk.wiki|techy.veganab.co|atglinks.com|linx.cc|get.megaurl.in/
|
/tii.la|oko.sh|shrinke.me|clk.wiki|techy.veganab.co|atglinks.com|linx.cc|get.megaurl.in|wordcounter.icu/
|
||||||
/shon.xyz/
|
/shon.xyz/
|
||||||
/veganab.co\/\?link=/
|
/veganab.co\/\?link=/
|
||||||
/veganab.co/
|
/veganab.co/
|
||||||
|
|
Loading…
Reference in a new issue