Add haipedia.com bypass (re #863)

This commit is contained in:
ikancupang 2020-02-23 17:43:57 +07:00 committed by GitHub
parent 75270b81c1
commit 7d7a91be18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -914,7 +914,7 @@ ensureDomLoaded(()=>{
f.submit() f.submit()
}) })
domainBypass("xxx.lewd.ninja",()=>safelyNavigate(document.body.textContent)) domainBypass("xxx.lewd.ninja",()=>safelyNavigate(document.body.textContent))
domainBypass(/tr\.link|movienear\.me|lewat\.club|droidtamvan\.me|(liveshootv|modebaca)\.com|shrink\.world|link\.mymastah\.xyz|(sportif|cararoot)\.id/,()=>{ domainBypass(/tr\.link|movienear\.me|lewat\.club|droidtamvan\.me|(liveshootv|modebaca|haipedia)\.com|shrink\.world|link\.mymastah\.xyz|(sportif|cararoot)\.id/,()=>{
if(typeof app_vars=="undefined") if(typeof app_vars=="undefined")
{ {
app_vars={} app_vars={}
@ -1758,7 +1758,7 @@ ensureDomLoaded(()=>{
} }
domainBypass("adcoinfly.com",()=>document.querySelectorAll("a.btn[href=''], a.btn[href*='clickme']").forEach(e=>e.parentNode.removeChild(e))) domainBypass("adcoinfly.com",()=>document.querySelectorAll("a.btn[href=''], a.btn[href*='clickme']").forEach(e=>e.parentNode.removeChild(e)))
domainBypass(/(semawur|bercara)\.com|in11\.site/,()=>ifElement("input[type='hidden'][name='alias'][value]",i=>crowdPath(i.value),()=>crowdPath(location.hash.substr(1)))) domainBypass(/(semawur|bercara)\.com|in11\.site/,()=>ifElement("input[type='hidden'][name='alias'][value]",i=>crowdPath(i.value),()=>crowdPath(location.hash.substr(1))))
domainBypass(/movienear\.me|lewat\.club|droidtamvan\.me|(liveshootv|modebaca)\.com|shrink\.world|link\.mymastah\.xyz|(sportif|cararoot)\.id|healthinsider\.online/,()=>{ domainBypass(/movienear\.me|lewat\.club|droidtamvan\.me|(liveshootv|modebaca|haipedia)\.com|shrink\.world|link\.mymastah\.xyz|(sportif|cararoot)\.id|healthinsider\.online/,()=>{
ifElement("input[type='hidden'][name='alias'][value]",i=>{ ifElement("input[type='hidden'][name='alias'][value]",i=>{
i.parentNode.action+="#"+i.value+(ignoreCrowdBypass?"#ignoreCrowdBypass":"") i.parentNode.action+="#"+i.value+(ignoreCrowdBypass?"#ignoreCrowdBypass":"")
crowdPath(i.value) crowdPath(i.value)