Add another one

Sorry in the previous commit there was an incorrect reference on "Escape dot in regex and remove extra spaces", the reference should be 9c2d62b

• Add techrfour.com bypass (#1406)
This commit is contained in:
RaveN0X87 2020-08-01 18:40:17 +07:00
parent ce346c08a4
commit 7318f14653

View File

@ -1380,6 +1380,10 @@ ensureDomLoaded(()=>{
safelyNavigate(link)
}
})
domainBypass("techrfour.com",()=>{
ifElement("form[id='1']",f=>f.submit())
bypassed=false
})
//Insertion point for domain-or-href-specific bypasses running after the DOM is loaded. Bypasses here will no longer need to call ensureDomLoaded.
if(bypassed)
{