Add felanovia.com bypass (closes #634)

This commit is contained in:
Tim "timmyRS" Speckhals 2019-11-23 10:51:46 +01:00
parent c2830cb201
commit 8f83a1a964

View File

@ -935,6 +935,7 @@ if(document instanceof HTMLDocument)
safelyNavigate(_bh.decode(location.href.substr(location.href.indexOf("?go=")+4))) safelyNavigate(_bh.decode(location.href.substr(location.href.indexOf("?go=")+4)))
} }
}) })
domainBypass("felanovia.com",()=>ifElement("form",f=>f.submit()))
//Insertion point 2 — insert bypasses running after the DOM is loaded above this comment //Insertion point 2 — insert bypasses running after the DOM is loaded above this comment
if(bypassed) if(bypassed)
{ {