From fcc45694d674f94819bb1610b8ccfff226d58c44 Mon Sep 17 00:00:00 2001 From: "Tim \"timmyRS\" Speckhals" Date: Tue, 16 Jul 2019 16:26:26 +0200 Subject: [PATCH] Add gamesmega.net bypass (closes #293) --- content_script.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content_script.js b/content_script.js index e3452ee..0b09ef0 100644 --- a/content_script.js +++ b/content_script.js @@ -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)