mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 00:13:02 +05:00
add cuty.io domain
This commit is contained in:
parent
069748a825
commit
8c3a09ea43
4 changed files with 6 additions and 6 deletions
|
@ -667,7 +667,7 @@
|
|||
// @include /(verpeliculasonline.org|subtituladas.com)\/enlace/
|
||||
// @include /links.cuevana.ac\/short/
|
||||
// @include /ouo.io/
|
||||
// @include /exeo.app/
|
||||
// @include /exeo.app|mrgec.com/
|
||||
// @include /fc-lc.(xyz|com)/
|
||||
// @include /tmail.io/
|
||||
// @include /1v.to\/t/
|
||||
|
|
|
@ -667,7 +667,7 @@
|
|||
// @include /(verpeliculasonline.org|subtituladas.com)\/enlace/
|
||||
// @include /links.cuevana.ac\/short/
|
||||
// @include /ouo.io/
|
||||
// @include /exeo.app/
|
||||
// @include /exeo.app|mrgec.com/
|
||||
// @include /fc-lc.(xyz|com)/
|
||||
// @include /tmail.io/
|
||||
// @include /1v.to\/t/
|
||||
|
@ -1999,7 +1999,7 @@
|
|||
/ouo.io/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#btn-main')}) : null;
|
||||
|
||||
//exeo.app
|
||||
/exeo.app/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#submit-button')}) : null;
|
||||
/exeo.app|mrgec.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#submit-button')}) : null;
|
||||
|
||||
//oko.sh
|
||||
/lnbz.la/.test(url) ? afterDOMLoaded(function() {timeSec = 0; afterElementVisible('form', function() {clickIfExists('button#getlink.btn-success');}) }) : null;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
// @include /(verpeliculasonline.org|subtituladas.com)\/enlace/
|
||||
// @include /links.cuevana.ac\/short/
|
||||
// @include /ouo.io/
|
||||
// @include /exeo.app/
|
||||
// @include /exeo.app|mrgec.com/
|
||||
// @include /fc-lc.(xyz|com)/
|
||||
// @include /tmail.io/
|
||||
// @include /1v.to\/t/
|
||||
|
@ -271,7 +271,7 @@
|
|||
/ouo.io/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#btn-main')}) : null;
|
||||
|
||||
//exeo.app
|
||||
/exeo.app/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#submit-button')}) : null;
|
||||
/exeo.app|mrgec.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#submit-button')}) : null;
|
||||
|
||||
//oko.sh
|
||||
/lnbz.la/.test(url) ? afterDOMLoaded(function() {timeSec = 0; afterElementVisible('form', function() {clickIfExists('button#getlink.btn-success');}) }) : null;
|
||||
|
|
|
@ -646,7 +646,7 @@ https://paster.so/*
|
|||
/(verpeliculasonline.org|subtituladas.com)\/enlace/
|
||||
/links.cuevana.ac\/short/
|
||||
/ouo.io/
|
||||
/exeo.app/
|
||||
/exeo.app|mrgec.com/
|
||||
/fc-lc.(xyz|com)/
|
||||
/tmail.io/
|
||||
/1v.to\/t/
|
||||
|
|
Loading…
Reference in a new issue