Add expertvn.com bypass (closes #1157)
This commit is contained in:
parent
7c09783a6d
commit
ecf59ee08b
@ -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)
|
||||||
{
|
{
|
||||||
|
@ -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/*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user