mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
add cuty.io domain
This commit is contained in:
parent
cbc1f31c54
commit
dad3671357
4 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 91.9.4
|
// @version 91.9.5
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -667,7 +667,7 @@
|
||||||
// @include /(verpeliculasonline.org|subtituladas.com)\/enlace/
|
// @include /(verpeliculasonline.org|subtituladas.com)\/enlace/
|
||||||
// @include /links.cuevana.ac\/short/
|
// @include /links.cuevana.ac\/short/
|
||||||
// @include /ouo.io/
|
// @include /ouo.io/
|
||||||
// @include /exeo.app|mrgec.com/
|
// @include /exeo.app|mrgec.com|cety.app/
|
||||||
// @include /fc-lc.(xyz|com)/
|
// @include /fc-lc.(xyz|com)/
|
||||||
// @include /tmail.io/
|
// @include /tmail.io/
|
||||||
// @include /1v.to\/t/
|
// @include /1v.to\/t/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 91.9.4
|
// @version 91.9.5
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -667,7 +667,7 @@
|
||||||
// @include /(verpeliculasonline.org|subtituladas.com)\/enlace/
|
// @include /(verpeliculasonline.org|subtituladas.com)\/enlace/
|
||||||
// @include /links.cuevana.ac\/short/
|
// @include /links.cuevana.ac\/short/
|
||||||
// @include /ouo.io/
|
// @include /ouo.io/
|
||||||
// @include /exeo.app|mrgec.com/
|
// @include /exeo.app|mrgec.com|cety.app/
|
||||||
// @include /fc-lc.(xyz|com)/
|
// @include /fc-lc.(xyz|com)/
|
||||||
// @include /tmail.io/
|
// @include /tmail.io/
|
||||||
// @include /1v.to\/t/
|
// @include /1v.to\/t/
|
||||||
|
@ -1998,8 +1998,8 @@
|
||||||
/ouo.io/.test(url) && url.includes('?s=') ? redirect(decodeURIComponent(url.split('?s=')[1])) : null;
|
/ouo.io/.test(url) && url.includes('?s=') ? redirect(decodeURIComponent(url.split('?s=')[1])) : null;
|
||||||
/ouo.io/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#btn-main')}) : null;
|
/ouo.io/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#btn-main')}) : null;
|
||||||
|
|
||||||
//exeo.app
|
//cuty.io - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/46
|
||||||
/exeo.app|mrgec.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#submit-button')}) : null;
|
/exeo.app|mrgec.com|cety.app/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#submit-button')}) : null;
|
||||||
|
|
||||||
//oko.sh
|
//oko.sh
|
||||||
/lnbz.la/.test(url) ? afterDOMLoaded(function() {timeSec = 0; afterElementVisible('form', function() {clickIfExists('button#getlink.btn-success');}) }) : null;
|
/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 /(verpeliculasonline.org|subtituladas.com)\/enlace/
|
||||||
// @include /links.cuevana.ac\/short/
|
// @include /links.cuevana.ac\/short/
|
||||||
// @include /ouo.io/
|
// @include /ouo.io/
|
||||||
// @include /exeo.app|mrgec.com/
|
// @include /exeo.app|mrgec.com|cety.app/
|
||||||
// @include /fc-lc.(xyz|com)/
|
// @include /fc-lc.(xyz|com)/
|
||||||
// @include /tmail.io/
|
// @include /tmail.io/
|
||||||
// @include /1v.to\/t/
|
// @include /1v.to\/t/
|
||||||
|
@ -270,8 +270,8 @@
|
||||||
/ouo.io/.test(url) && url.includes('?s=') ? redirect(decodeURIComponent(url.split('?s=')[1])) : null;
|
/ouo.io/.test(url) && url.includes('?s=') ? redirect(decodeURIComponent(url.split('?s=')[1])) : null;
|
||||||
/ouo.io/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#btn-main')}) : null;
|
/ouo.io/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#btn-main')}) : null;
|
||||||
|
|
||||||
//exeo.app
|
//cuty.io - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/46
|
||||||
/exeo.app|mrgec.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#submit-button')}) : null;
|
/exeo.app|mrgec.com|cety.app/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#submit-button')}) : null;
|
||||||
|
|
||||||
//oko.sh
|
//oko.sh
|
||||||
/lnbz.la/.test(url) ? afterDOMLoaded(function() {timeSec = 0; afterElementVisible('form', function() {clickIfExists('button#getlink.btn-success');}) }) : null;
|
/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/
|
/(verpeliculasonline.org|subtituladas.com)\/enlace/
|
||||||
/links.cuevana.ac\/short/
|
/links.cuevana.ac\/short/
|
||||||
/ouo.io/
|
/ouo.io/
|
||||||
/exeo.app|mrgec.com/
|
/exeo.app|mrgec.com|cety.app/
|
||||||
/fc-lc.(xyz|com)/
|
/fc-lc.(xyz|com)/
|
||||||
/tmail.io/
|
/tmail.io/
|
||||||
/1v.to\/t/
|
/1v.to\/t/
|
||||||
|
|
Loading…
Reference in a new issue