Add gamesmega.net bypass (closes #293)

This commit is contained in:
Tim "timmyRS" Speckhals 2019-07-16 16:26:26 +02:00
parent 2a01b8d90f
commit fcc45694d6

View File

@ -409,6 +409,12 @@ if(document instanceof HTMLDocument)
window.setInterval=f=>setInterval(f,1)
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
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)