Improve apkpsp.com bypass (closes #781)

This commit is contained in:
ikancupang 2019-12-29 11:16:52 +07:00 committed by GitHub
parent 4d08a5a701
commit 6d65f5fd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -531,8 +531,16 @@ domainBypass(/acortalo\.(live|xyz)/,()=>{
}
})
domainBypass("apkpsp.com",()=>{
ODP(window,"downloadButton",{
set:a=>{
if(a&&a.href)
{
safelyNavigate(a.href)
}
}
})
window.setInterval=f=>setInterval(f,1)
awaitElement("a#download[href]",a=>safelyNavigate(a.href))
awaitElement("form[action^='/blog/golink.php']",f=>f.submit())
})
//Insertion point 1 — insert bypasses running before the DOM is loaded above this comment
hrefBypass(/(njiir|healthykk|linkasm|dxdrive|getwallpapers)\.com|punchsubs\.net|k2s\.cc|muhammadyoga\.me|u\.to|skiplink\.io|firefaucet\.win\/l\/|emulator\.games\/download\.php/,()=>window.setInterval=f=>setInterval(f,1))