mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 16:03:01 +05:00
fix bypass for mandranime.com
This commit is contained in:
parent
0aad71a17a
commit
b0cc0cb84f
4 changed files with 14 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.2.10
|
||||
// @version 92.2.11
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -791,6 +791,7 @@
|
|||
// @include /tumangasdd.com/
|
||||
// @include /sexyforums.com\/redirect/
|
||||
// @include /paste.japan-paw.net\/\?v=/
|
||||
// @include /ikramlar.online/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
// @include /mega-enlace.com/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.2.10
|
||||
// @version 92.2.11
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -791,6 +791,7 @@
|
|||
// @include /tumangasdd.com/
|
||||
// @include /sexyforums.com\/redirect/
|
||||
// @include /paste.japan-paw.net\/\?v=/
|
||||
// @include /ikramlar.online/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
// @include /mega-enlace.com/
|
||||
|
@ -1889,8 +1890,10 @@
|
|||
//intercambiosvirtuales.org
|
||||
/1v.to\/t/.test(url) ? redirect(atob(atob(atob(atob( atob(url.split('/t/')[1]).replace('+P', '') ))))) : 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;
|
||||
//mandranime.com
|
||||
/ikramlar.online/.test(url) ? afterDOMLoaded(function() {
|
||||
redirect(atob(document.querySelector('#wpsafe-link > a:nth-child(1)').getAttribute('onclick').match(/'(https:\/\/[^']+)'/)[1].split('safelink_redirect=')[1]).match(/"safelink":"(.*?)"/)[1]);
|
||||
}) : null;
|
||||
|
||||
//anime-world.in 2nd step
|
||||
/link.unlockner.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn.get-link')}) : null;
|
||||
|
|
|
@ -153,6 +153,7 @@
|
|||
// @include /tumangasdd.com/
|
||||
// @include /sexyforums.com\/redirect/
|
||||
// @include /paste.japan-paw.net\/\?v=/
|
||||
// @include /ikramlar.online/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -206,8 +207,10 @@
|
|||
//intercambiosvirtuales.org
|
||||
/1v.to\/t/.test(url) ? redirect(atob(atob(atob(atob( atob(url.split('/t/')[1]).replace('+P', '') ))))) : 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;
|
||||
//mandranime.com
|
||||
/ikramlar.online/.test(url) ? afterDOMLoaded(function() {
|
||||
redirect(atob(document.querySelector('#wpsafe-link > a:nth-child(1)').getAttribute('onclick').match(/'(https:\/\/[^']+)'/)[1].split('safelink_redirect=')[1]).match(/"safelink":"(.*?)"/)[1]);
|
||||
}) : null;
|
||||
|
||||
//anime-world.in 2nd step
|
||||
/link.unlockner.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn.get-link')}) : null;
|
||||
|
|
|
@ -771,6 +771,7 @@ https://paster.so/*
|
|||
/tumangasdd.com/
|
||||
/sexyforums.com\/redirect/
|
||||
/paste.japan-paw.net\/\?v=/
|
||||
/ikramlar.online/
|
||||
/filecrypt.(cc|co)/
|
||||
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
/mega-enlace.com/
|
||||
|
|
Loading…
Reference in a new issue