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:
parent
ce346c08a4
commit
7318f14653
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user