From f15aefc0eaafbaf30e2df16135a2159b9e4d258d Mon Sep 17 00:00:00 2001 From: "Tim \"timmyRS\" Speckhals" Date: Thu, 27 Feb 2020 14:34:32 +0100 Subject: [PATCH] Add fstore.biz bypass (closes #968) --- injection_script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/injection_script.js b/injection_script.js index 35ef5ba..419463c 100644 --- a/injection_script.js +++ b/injection_script.js @@ -600,7 +600,7 @@ domainBypass("nofil.net",()=>{ location.pathname="/get/"+location.pathname.substr(4) } }) -domainBypass("uploadfree.info",()=>{ +domainBypass(/uploadfree\.info|fstore\.biz/,()=>{ if(location.pathname.substr(0,6)=="/file/") { location.pathname="/mirror/"+location.pathname.substr(6)