Add daunshorte.kertashitam.com bypass

This commit is contained in:
Sainan 2020-05-12 10:47:56 +02:00
parent 36c76c802c
commit 4eb5057477

View File

@ -1364,6 +1364,7 @@ ensureDomLoaded(()=>{
}) })
domainBypass("uploadking.net",()=>ifElement("form[name='F1']",f=>countIt(()=>f.submit()))) domainBypass("uploadking.net",()=>ifElement("form[name='F1']",f=>countIt(()=>f.submit())))
domainBypass("5play.ru",()=>ifElement("div.download-result > a[href]",a=>safelyNavigate(a.href))) domainBypass("5play.ru",()=>ifElement("div.download-result > a[href]",a=>safelyNavigate(a.href)))
domainBypass("daunshorte.kertashitam.com",()=>ifElement("div[align=center] > center > a[href]",a=>safelyAssign(a.href)))
//Insertion point for domain-or-href-specific bypasses running after the DOM is loaded. Bypasses here will no longer need to call ensureDomLoaded. //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) if(bypassed)
{ {