Shorten/simplify code

This commit is contained in:
Tim "timmyRS" Speckhals 2020-01-30 20:28:21 +01:00
parent 9f3a891d5e
commit aa5ea2fe2f

View File

@ -1162,7 +1162,7 @@ ensureDomLoaded(()=>{
body:new URLSearchParams(new FormData(f)).toString()
}).then(r=>contributeAndNavigate(r.headers.get("refresh").split("0;url=")[1]))
},()=>crowdBypass()))
domainBypass("brpaper.com", () => safelyNavigate(window.location.href.replace("downloads","downloader")))
domainBypass("brpaper.com",()=>safelyNavigate(location.href.replace("downloads","downloader")))
//Insertion point 2 — insert bypasses running after the DOM is loaded above this comment
if(bypassed)
{