Merge pull request #531 from ikancupang/pull
Improve go.indonesia-publisher.id bypass
This commit is contained in:
commit
fb6306ceeb
@ -1008,6 +1008,13 @@ if(document instanceof HTMLDocument)
|
|||||||
domainBypass("transmediakreatif.com",()=>{
|
domainBypass("transmediakreatif.com",()=>{
|
||||||
ifElement("#download > a[href]",a=>location.href=a.href)
|
ifElement("#download > a[href]",a=>location.href=a.href)
|
||||||
})
|
})
|
||||||
|
domainBypass("go.indonesia-publisher.id",()=>{
|
||||||
|
ifElement("form#link-view",()=>{
|
||||||
|
let o={page:{}}
|
||||||
|
disqus_config.call(o)
|
||||||
|
safelyNavigate(o.page.url)
|
||||||
|
})
|
||||||
|
})
|
||||||
//Insertion point 2 — insert bypasses running after the DOM is loaded above this comment
|
//Insertion point 2 — insert bypasses running after the DOM is loaded above this comment
|
||||||
if(bypassed)
|
if(bypassed)
|
||||||
{
|
{
|
||||||
@ -1371,16 +1378,6 @@ if(document instanceof HTMLDocument)
|
|||||||
crowdPath(location.hash.substr(1))
|
crowdPath(location.hash.substr(1))
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
domainBypass("go.indonesia-publisher.id",()=>{
|
|
||||||
ifElement("form#link-view",f=>{
|
|
||||||
let o={page:{}}
|
|
||||||
disqus_config.call(o)
|
|
||||||
crowdPath(o.page.title)
|
|
||||||
f.action+="#"+o.page.title
|
|
||||||
},()=>{
|
|
||||||
crowdPath(location.hash.substr(1))
|
|
||||||
})
|
|
||||||
})
|
|
||||||
domainBypass(/(atv|adlink)\\.pw|safe\\.mirrordown\\.com|kabarviral\\.blog|lewat\\.club/,()=>{
|
domainBypass(/(atv|adlink)\\.pw|safe\\.mirrordown\\.com|kabarviral\\.blog|lewat\\.club/,()=>{
|
||||||
crowdPath(location.search.substr(1).split("=")[0])
|
crowdPath(location.search.substr(1).split("=")[0])
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user