// ==UserScript== // @name Bypass FileCrypt // @namespace StephenP // @version 1.3.3 // @description Bypass FileCrypt and get the original link! Try this version first. If Bypass FileCrypt shows a "2" in the page and doesn't redirect to the final page, then remove this script and try Bypass FileCrypt (XHR) instead. // @author StephenP // @grant GM.xmlHttpRequest // @match http://filecrypt.cc/* // @match http://www.filecrypt.cc/* // @match http://filecrypt.co/* // @match http://www.filecrypt.co/* // @match https://filecrypt.cc/* // @match https://www.filecrypt.cc/* // @match https://filecrypt.co/* // @match https://www.filecrypt.co/* // @run-at document-end // @connect dcrypt.it // @connect self // @downloadURL none // ==/UserScript== (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