Add ua.techweft.com bypass (closes #1148)

This commit is contained in:
ikancupang 2020-04-15 16:18:38 +07:00 committed by GitHub
parent fe2faca313
commit 3eb9a30b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1365,6 +1365,7 @@ ensureDomLoaded(()=>{
domainBypass("jk-chat.com",()=>safelyNavigate(atob(location.hash.substr(1))))
domainBypass("shorten.sh",()=>crowdBypass(()=>ifElement("#go-link",()=>awaitElement("#go-link.go-link",f=>$.post(f.action,$("#go-link").serialize(),d=>contributeAndNavigate(d.url))))))
domainBypass("urapk.com",()=>ifElement("#ed_dl_link > a[href]",a=>safelyNavigate(a.href)))
domainBypass("ua.techweft.com",()=>ifElement("a.ui.primary.large.button[href]",a=>safelyNavigate(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.
if(bypassed)
{