diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 4d0b9e8..8f1885d 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -3,7 +3,7 @@ // @namespace Violentmonkey Scripts // @run-at document-start // @author Amm0ni4 -// @version 91.7.3 +// @version 91.7.4 // @noframes // @grant GM_setValue // @grant GM_getValue @@ -638,6 +638,7 @@ // @match *://*.sigmalinks.in/* // @match *://*.r1.foxylinks.site/* // @grant GM_deleteValue +// @grant GM.xmlHttpRequest // @grant GM_getResourceText // @include /^(https?:\/\/)((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/ // @include /adbypass.eu/ @@ -765,6 +766,7 @@ // @include /librospdfgratismundo.net/ // @include /besargaji.com/ // @include /moneyblink.com\/ready\/go\?u=/ +// @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/ // @include /(work.ink|workink.click)\/.*$/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 3bbb584..dfca8fb 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -3,7 +3,7 @@ // @namespace Violentmonkey Scripts // @run-at document-start // @author Amm0ni4 -// @version 91.7.3 +// @version 91.7.4 // @noframes // @grant GM_setValue // @grant GM_getValue @@ -638,6 +638,7 @@ // @match *://*.sigmalinks.in/* // @match *://*.r1.foxylinks.site/* // @grant GM_deleteValue +// @grant GM.xmlHttpRequest // @grant GM_getResourceText // @include /^(https?:\/\/)((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/ // @include /adbypass.eu/ @@ -765,6 +766,7 @@ // @include /librospdfgratismundo.net/ // @include /besargaji.com/ // @include /moneyblink.com\/ready\/go\?u=/ +// @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/ // @include /(work.ink|workink.click)\/.*$/ @@ -2313,6 +2315,150 @@ // ----- ----- ----- +// ----- Bypass FileCrypt( imported from https://greasyfork.org/scripts/403170) ----- +(function() { + 'use strict'; + if (/filecrypt.(cc|co)/.test(window.location.href)) { + window.addEventListener('DOMContentLoaded', function() { + ////-----imported from https://greasyfork.org/scripts/403170 ----- + (function () { + var usenetAd=document.getElementsByTagName('A');//come on, why should anyone pay for access to pirated content? + for(var i=0;i0){ + const a=document.body.innerHTML.lastIndexOf("http"); + top.location.href=document.body.innerHTML.substring(a,document.body.innerHTML.indexOf('id=',a)+43).replace('&', '&'); + } + else{ + GM.xmlHttpRequest({ + method: "GET", + url: document.location.href, + onload: function(response) { + const a=response.responseText.lastIndexOf("http"); + top.location.href=response.responseText.substring(a,response.responseText.indexOf('id=',a)+43); + } + }); + } + } + } + function getCNL(){ + var dlcButton=document.getElementsByClassName("dlcdownload"); + if(dlcButton.length>0){ + var inputs=document.getElementsByTagName('INPUT'); + var dlcId; + /*for(var i=0;i