Add fstore.biz bypass (closes #968)

This commit is contained in:
Tim "timmyRS" Speckhals 2020-02-27 14:34:32 +01:00
parent b8f826d8ad
commit f15aefc0ea

View File

@ -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)