diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 8fc77e7..5c7b95a 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 93.9.1 +// @version 93.9.2 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -425,7 +425,6 @@ // @match *://*.adnews.me/* // @match *://*.kyshort.xyz/* // @match *://*.eazyurl.xyz/* -// @grant GM.xmlHttpRequest // @match https://acortalink.me/* // @match *://bleleadersto.com/s?* // @match *://tonordersitye.com/s?* @@ -669,7 +668,6 @@ // @include /hypershort.com/ // @include /instaserve.net|gomob.xyz/ // @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|bnirfinance).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/ // @include /^https:\/\/(.*\.|)(playonpc.online|quins.us|(retrotechreborn|insurelean|ecosolardigest).com|gally.shop|qanin.xyz|evegor.net)\/.*/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 4b903d3..e660442 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 93.9.1 +// @version 93.9.2 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -425,7 +425,6 @@ // @match *://*.adnews.me/* // @match *://*.kyshort.xyz/* // @match *://*.eazyurl.xyz/* -// @grant GM.xmlHttpRequest // @match https://acortalink.me/* // @match *://bleleadersto.com/s?* // @match *://tonordersitye.com/s?* @@ -669,7 +668,6 @@ // @include /hypershort.com/ // @include /instaserve.net|gomob.xyz/ // @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|bnirfinance).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/ // @include /^https:\/\/(.*\.|)(playonpc.online|quins.us|(retrotechreborn|insurelean|ecosolardigest).com|gally.shop|qanin.xyz|evegor.net)\/.*/ @@ -2758,151 +2756,6 @@ })(); // ----- ----- ----- -// ----- 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