mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add mega-mkv.com
This commit is contained in:
parent
32901031a4
commit
71778f69f2
4 changed files with 18 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.3.21
|
||||
// @version 92.3.22
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -756,6 +756,7 @@
|
|||
// @include /sexyforums.com\/redirect/
|
||||
// @include /forum.sexyegirls.to\/redirect\?to=/
|
||||
// @include /paste.japan-paw.net\/\?v=/
|
||||
// @include /pastesmkv.xyz\/\?v=/
|
||||
// @include /ikramlar.online|segurosdevida.site/
|
||||
// @include /mh.gourlpro.com/
|
||||
// @include /playpastelinks.com/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.3.21
|
||||
// @version 92.3.22
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -756,6 +756,7 @@
|
|||
// @include /sexyforums.com\/redirect/
|
||||
// @include /forum.sexyegirls.to\/redirect\?to=/
|
||||
// @include /paste.japan-paw.net\/\?v=/
|
||||
// @include /pastesmkv.xyz\/\?v=/
|
||||
// @include /ikramlar.online|segurosdevida.site/
|
||||
// @include /mh.gourlpro.com/
|
||||
// @include /playpastelinks.com/
|
||||
|
@ -1896,6 +1897,12 @@
|
|||
link.href = decodeURIComponent("https://" + link.href.split('?s=')[1]);
|
||||
}); }) : null;
|
||||
|
||||
// mega-mkv.com
|
||||
/pastesmkv.xyz\/\?v=/.test(url) ? afterWindowLoaded(function() {
|
||||
document.querySelectorAll('a[href*="https://shrinkearn.com/full?api="]').forEach(link => {
|
||||
link.href = atob(link.href.split('&url=')[1].split('&')[0]);
|
||||
}); }) : null;
|
||||
|
||||
//intercambiosvirtuales.org
|
||||
/1v.to\/t/.test(url) ? redirect(atob(atob(atob(atob( atob(url.split('/t/')[1]).replace('+P', '') ))))) : null;
|
||||
|
||||
|
|
|
@ -150,6 +150,7 @@
|
|||
// @include /sexyforums.com\/redirect/
|
||||
// @include /forum.sexyegirls.to\/redirect\?to=/
|
||||
// @include /paste.japan-paw.net\/\?v=/
|
||||
// @include /pastesmkv.xyz\/\?v=/
|
||||
// @include /ikramlar.online|segurosdevida.site/
|
||||
// @include /mh.gourlpro.com/
|
||||
// @include /playpastelinks.com/
|
||||
|
@ -238,6 +239,12 @@
|
|||
link.href = decodeURIComponent("https://" + link.href.split('?s=')[1]);
|
||||
}); }) : null;
|
||||
|
||||
// mega-mkv.com
|
||||
/pastesmkv.xyz\/\?v=/.test(url) ? afterWindowLoaded(function() {
|
||||
document.querySelectorAll('a[href*="https://shrinkearn.com/full?api="]').forEach(link => {
|
||||
link.href = atob(link.href.split('&url=')[1].split('&')[0]);
|
||||
}); }) : null;
|
||||
|
||||
//intercambiosvirtuales.org
|
||||
/1v.to\/t/.test(url) ? redirect(atob(atob(atob(atob( atob(url.split('/t/')[1]).replace('+P', '') ))))) : null;
|
||||
|
||||
|
|
|
@ -736,6 +736,7 @@ https://paster.so/*
|
|||
/sexyforums.com\/redirect/
|
||||
/forum.sexyegirls.to\/redirect\?to=/
|
||||
/paste.japan-paw.net\/\?v=/
|
||||
/pastesmkv.xyz\/\?v=/
|
||||
/ikramlar.online|segurosdevida.site/
|
||||
/mh.gourlpro.com/
|
||||
/playpastelinks.com/
|
||||
|
|
Loading…
Reference in a new issue