mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-30 22:57:26 +05:00
added mandranime bypass
This commit is contained in:
parent
927b7b8f83
commit
409cae2d3b
4 changed files with 14 additions and 8 deletions
|
@ -660,7 +660,7 @@
|
|||
// @include /comohoy.com/
|
||||
// @include /sphinxanime.com\/short/
|
||||
// @include /link.manudatos.com\/#!/
|
||||
// @include /iconicblogger.com/
|
||||
// @include /(iconicblogger.com|segurosdevida.site)/
|
||||
// @include /link.unlockner.com/
|
||||
// @include /cybercityhelp.in/
|
||||
// @include /www.akcartoons.in/
|
||||
|
|
|
@ -660,7 +660,7 @@
|
|||
// @include /comohoy.com/
|
||||
// @include /sphinxanime.com\/short/
|
||||
// @include /link.manudatos.com\/#!/
|
||||
// @include /iconicblogger.com/
|
||||
// @include /(iconicblogger.com|segurosdevida.site)/
|
||||
// @include /link.unlockner.com/
|
||||
// @include /cybercityhelp.in/
|
||||
// @include /www.akcartoons.in/
|
||||
|
@ -1830,8 +1830,10 @@
|
|||
//pasteprivado.blogspot.com
|
||||
/link.manudatos.com\/#!/.test(url) ? redirect(atob(atob(atob(url.split('#!')[1])))) : null;
|
||||
|
||||
//anime-world.in
|
||||
/iconicblogger.com/.test(url) ? afterDOMLoaded(function() {redirect(document.getElementById('wpsafe-link').querySelector('a').getAttribute('onclick').match(/window\.open\('([^']*)'/)[1])}) : null;
|
||||
//anime-world.in and mandranime.com
|
||||
/(iconicblogger.com|segurosdevida.site)/.test(url) ? afterDOMLoaded(function() {redirect(document.getElementById('wpsafe-link').querySelector('a').getAttribute('onclick').match(/window\.open\('([^']*)'/)[1])}) : null;
|
||||
|
||||
//anime-world.in 2nd step
|
||||
/link.unlockner.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn.get-link')}) : null;
|
||||
|
||||
//atozcartoonist.com
|
||||
|
@ -1841,6 +1843,7 @@
|
|||
/www.akcartoons.in/.test(url) ? afterDOMLoaded(function() {document.querySelector('#btn6 > button').click()}) : null;
|
||||
/www.akcartoons.in/.test(url) ? afterDOMLoaded(function() {redirect(document.querySelector('a[href*="go.moonlinks.in"]'))}) : null;
|
||||
/go.moonlinks.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.btn')}) : null;
|
||||
|
||||
})();
|
||||
// ----- ----- -----
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @include /comohoy.com/
|
||||
// @include /sphinxanime.com\/short/
|
||||
// @include /link.manudatos.com\/#!/
|
||||
// @include /iconicblogger.com/
|
||||
// @include /(iconicblogger.com|segurosdevida.site)/
|
||||
// @include /link.unlockner.com/
|
||||
// @include /cybercityhelp.in/
|
||||
// @include /www.akcartoons.in/
|
||||
|
@ -33,8 +33,10 @@
|
|||
//pasteprivado.blogspot.com
|
||||
/link.manudatos.com\/#!/.test(url) ? redirect(atob(atob(atob(url.split('#!')[1])))) : null;
|
||||
|
||||
//anime-world.in
|
||||
/iconicblogger.com/.test(url) ? afterDOMLoaded(function() {redirect(document.getElementById('wpsafe-link').querySelector('a').getAttribute('onclick').match(/window\.open\('([^']*)'/)[1])}) : null;
|
||||
//anime-world.in and mandranime.com
|
||||
/(iconicblogger.com|segurosdevida.site)/.test(url) ? afterDOMLoaded(function() {redirect(document.getElementById('wpsafe-link').querySelector('a').getAttribute('onclick').match(/window\.open\('([^']*)'/)[1])}) : null;
|
||||
|
||||
//anime-world.in 2nd step
|
||||
/link.unlockner.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn.get-link')}) : null;
|
||||
|
||||
//atozcartoonist.com
|
||||
|
@ -44,6 +46,7 @@
|
|||
/www.akcartoons.in/.test(url) ? afterDOMLoaded(function() {document.querySelector('#btn6 > button').click()}) : null;
|
||||
/www.akcartoons.in/.test(url) ? afterDOMLoaded(function() {redirect(document.querySelector('a[href*="go.moonlinks.in"]'))}) : null;
|
||||
/go.moonlinks.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.btn')}) : null;
|
||||
|
||||
})();
|
||||
// ----- ----- -----
|
||||
|
||||
|
|
|
@ -645,7 +645,7 @@ https://*.shrinkme.us/*
|
|||
/comohoy.com/
|
||||
/sphinxanime.com\/short/
|
||||
/link.manudatos.com\/#!/
|
||||
/iconicblogger.com/
|
||||
/(iconicblogger.com|segurosdevida.site)/
|
||||
/link.unlockner.com/
|
||||
/cybercityhelp.in/
|
||||
/www.akcartoons.in/
|
||||
|
|
Loading…
Reference in a new issue