Add expertvn.com bypass (closes #1157)

This commit is contained in:
Sainan 2020-04-18 09:21:57 +02:00
parent 7c09783a6d
commit ecf59ee08b
2 changed files with 8 additions and 1 deletions

View File

@ -1341,6 +1341,12 @@ ensureDomLoaded(()=>{
domainBypass("shorten.sh",()=>crowdBypass(()=>ifElement("#go-link",()=>awaitElement("#go-link.go-link",f=>$.post(f.action,$("#go-link").serialize(),d=>contributeAndNavigate(d.url)))))) 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("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))) domainBypass("ua.techweft.com",()=>ifElement("a.ui.primary.large.button[href]",a=>safelyNavigate(a.href)))
domainBypass("expertvn.com",()=>{
crowdPath(location.hash.substr(1))
crowdBypass(()=>ifElement("form.captcha[action='?']",f=>{
f.action+=location.hash
},()=>awaitElement("button#link:not([disabled])",b=>contributeAndNavigate(b.parentNode.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)
{ {

View File

@ -218,7 +218,8 @@
"*://*.healthinsider.online/*", "*://*.healthinsider.online/*",
"*://*.cararoot.id/*", "*://*.cararoot.id/*",
"*://*.gubukbisnis.me/*", "*://*.gubukbisnis.me/*",
"*://*.sekilastekno.com/*" "*://*.sekilastekno.com/*",
"*://*.megaurl.in/*"
], ],
"redirect_persist_id_path_1_letter": [ "redirect_persist_id_path_1_letter": [
"*://*.wadooo.com/g/*", "*://*.wadooo.com/g/*",