mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-01 12:59:37 +05:00
read bypass for spanish torrent sites
This commit is contained in:
parent
e22650fe97
commit
94ae76e377
6 changed files with 38 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
|||
untouched_Bypass_All_Shortlinks_0.user.js
|
||||
untouched_Bypass_All_Shortlinks_patched.user.user.js
|
||||
untouched_Bypass_All_Shortlinks_patched.user.js
|
||||
includes.txt
|
||||
match_rules.txt
|
||||
include_rules.txt
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.8.2
|
||||
// @version 93.8.3
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -665,6 +665,7 @@
|
|||
// @include /aylink.co|cpmlink.pro/
|
||||
// @include /hypershort.com/
|
||||
// @include /instaserve.net/
|
||||
// @include /(desbloquea|drivelinks).me|(acortame-esto|recorta-enlace|enlace-protegido|super-enlace).com|short-info.link/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin|chronoat|ecoinfotec|bcsclass|mainitbd|newselab|dizok|uzaay|tophistoryview|9sblog|ubnem|techavash|6harfli|professionaley|playghub|apkvmod|apkallworld|techoflix|toplistee|games2mobile|nivtu|bflig|jplna|bilgilendirici|zoninews|smoplay|m-womenstyle).com|(makego|sakazi|momge|englishgrammarpro|arab-plus).net|askerlikforum.com.tr|misterio.ro|(forp|bevery|fanuze).xyz|gamcabd.org|gamerking.shop)(\/.*)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.8.2
|
||||
// @version 93.8.3
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -665,6 +665,7 @@
|
|||
// @include /aylink.co|cpmlink.pro/
|
||||
// @include /hypershort.com/
|
||||
// @include /instaserve.net/
|
||||
// @include /(desbloquea|drivelinks).me|(acortame-esto|recorta-enlace|enlace-protegido|super-enlace).com|short-info.link/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin|chronoat|ecoinfotec|bcsclass|mainitbd|newselab|dizok|uzaay|tophistoryview|9sblog|ubnem|techavash|6harfli|professionaley|playghub|apkvmod|apkallworld|techoflix|toplistee|games2mobile|nivtu|bflig|jplna|bilgilendirici|zoninews|smoplay|m-womenstyle).com|(makego|sakazi|momge|englishgrammarpro|arab-plus).net|askerlikforum.com.tr|misterio.ro|(forp|bevery|fanuze).xyz|gamcabd.org|gamerking.shop)(\/.*)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
@ -1523,6 +1524,21 @@
|
|||
//peliculasgd.net, animesgd.net, club-hd.com, librolandia.net, pelishd4k.com, programasvirtualespc.net, pasteprivado.blogspot.com
|
||||
/(mundopolo.net|myfirstdollar.net|adsense.tupaste.top|acorta2.com|web.admoneyclick.net|acortaphd.live|onlypc.net|link.manudatos.com)/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null;
|
||||
|
||||
// elitetorrent.com tomadivx.net infomaniakos.net divxatope.net
|
||||
function caesarDecipher(str) {
|
||||
const shift = 13;
|
||||
return str.replace(/[a-zA-Z]/g, char => {
|
||||
const base = char <= 'Z' ? 65 : 97;
|
||||
return String.fromCharCode((char.charCodeAt(0) - base - shift + 26) % 26 + base);
|
||||
});
|
||||
}
|
||||
if (/(desbloquea|drivelinks).me|(acortame-esto|recorta-enlace|enlace-protegido|super-enlace).com|short-info.link/.test(url)){
|
||||
const encodedURL = url.split('/s.php?i=')[1];
|
||||
const decodedURL = atob(atob(atob(atob(atob(encodedURL)))));
|
||||
const finalURL = caesarDecipher(decodedURL);
|
||||
redirect(finalURL);
|
||||
}
|
||||
|
||||
// AdClicker
|
||||
if (/(adclicker.(io|info)|(discoveryultrasecure|yourihollier).com)\/url/.test(url)){
|
||||
let decodedUrl = decodeURIComponent(atob(atob(atob(url.split('/url/#')[1]))));
|
||||
|
|
|
@ -231,6 +231,7 @@
|
|||
// @include /aylink.co|cpmlink.pro/
|
||||
// @include /hypershort.com/
|
||||
// @include /instaserve.net/
|
||||
// @include /(desbloquea|drivelinks).me|(acortame-esto|recorta-enlace|enlace-protegido|super-enlace).com|short-info.link/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -259,6 +260,21 @@
|
|||
//peliculasgd.net, animesgd.net, club-hd.com, librolandia.net, pelishd4k.com, programasvirtualespc.net, pasteprivado.blogspot.com
|
||||
/(mundopolo.net|myfirstdollar.net|adsense.tupaste.top|acorta2.com|web.admoneyclick.net|acortaphd.live|onlypc.net|link.manudatos.com)/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null;
|
||||
|
||||
// elitetorrent.com tomadivx.net infomaniakos.net divxatope.net
|
||||
function caesarDecipher(str) {
|
||||
const shift = 13;
|
||||
return str.replace(/[a-zA-Z]/g, char => {
|
||||
const base = char <= 'Z' ? 65 : 97;
|
||||
return String.fromCharCode((char.charCodeAt(0) - base - shift + 26) % 26 + base);
|
||||
});
|
||||
}
|
||||
if (/(desbloquea|drivelinks).me|(acortame-esto|recorta-enlace|enlace-protegido|super-enlace).com|short-info.link/.test(url)){
|
||||
const encodedURL = url.split('/s.php?i=')[1];
|
||||
const decodedURL = atob(atob(atob(atob(atob(encodedURL)))));
|
||||
const finalURL = caesarDecipher(decodedURL);
|
||||
redirect(finalURL);
|
||||
}
|
||||
|
||||
// AdClicker
|
||||
if (/(adclicker.(io|info)|(discoveryultrasecure|yourihollier).com)\/url/.test(url)){
|
||||
let decodedUrl = decodeURIComponent(atob(atob(atob(url.split('/url/#')[1]))));
|
||||
|
|
|
@ -646,6 +646,7 @@ https://paster.so/*
|
|||
/aylink.co|cpmlink.pro/
|
||||
/hypershort.com/
|
||||
/instaserve.net/
|
||||
/(desbloquea|drivelinks).me|(acortame-esto|recorta-enlace|enlace-protegido|super-enlace).com|short-info.link/
|
||||
/filecrypt.(cc|co)/
|
||||
/^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin|chronoat|ecoinfotec|bcsclass|mainitbd|newselab|dizok|uzaay|tophistoryview|9sblog|ubnem|techavash|6harfli|professionaley|playghub|apkvmod|apkallworld|techoflix|toplistee|games2mobile|nivtu|bflig|jplna|bilgilendirici|zoninews|smoplay|m-womenstyle).com|(makego|sakazi|momge|englishgrammarpro|arab-plus).net|askerlikforum.com.tr|misterio.ro|(forp|bevery|fanuze).xyz|gamcabd.org|gamerking.shop)(\/.*)/
|
||||
/(mega-enlace|acortados).com/
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
// @namespace Violentmonkey Scripts
|
||||
// @run-at document-start
|
||||
// @author Bloggerpemula
|
||||
// @version 93.8.2
|
||||
// @version 93.8.3
|
||||
// @match *://*/*
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
|
|
Loading…
Reference in a new issue