// ==UserScript== // @name Bypass-FileCrypt // @version 1.3.9 // @description Original script by StephenP: https://greasyfork.org/scripts/403170 // @author StephenP // @grant GM.xmlHttpRequest // @include /filecrypt.(cc|co)/ // @run-at document-start // ==/UserScript== // ----- 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