Add gamesmega.net bypass (closes #293)
This commit is contained in:
parent
2a01b8d90f
commit
fcc45694d6
@ -409,6 +409,12 @@ if(document instanceof HTMLDocument)
|
|||||||
window.setInterval=f=>setInterval(f,1)
|
window.setInterval=f=>setInterval(f,1)
|
||||||
awaitElement("a.btn.redirect[href^='http']",a=>safelyNavigate(a.href))
|
awaitElement("a.btn.redirect[href^='http']",a=>safelyNavigate(a.href))
|
||||||
})
|
})
|
||||||
|
domainBypass("gamesmega.net",()=>{
|
||||||
|
ODP(window,"hash",{
|
||||||
|
get:()=>"",
|
||||||
|
set:_=>safelyNavigate(decodeURIComponent(atob(_)))
|
||||||
|
})
|
||||||
|
})
|
||||||
//Insertion point 1 — insert bypasses running before the DOM is loaded above this comment
|
//Insertion point 1 — insert bypasses running before the DOM is loaded above this comment
|
||||||
hrefBypass(/muhammadyoga\\.me|u\\.to|skiplink\\.io|healthykk\\.com|punchsubs\\.net|linkasm\\.com|firefaucet\\.win\\/l\\/|emulator\\.games\\/download\\.php|2speed\\.net\\/file\\//,()=>{
|
hrefBypass(/muhammadyoga\\.me|u\\.to|skiplink\\.io|healthykk\\.com|punchsubs\\.net|linkasm\\.com|firefaucet\\.win\\/l\\/|emulator\\.games\\/download\\.php|2speed\\.net\\/file\\//,()=>{
|
||||||
window.setInterval=f=>setInterval(f,1)
|
window.setInterval=f=>setInterval(f,1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user