Add hokiciki.org bypass (fixes #352)

This commit is contained in:
Tim "timmyRS" Speckhals 2019-08-22 21:33:02 +02:00
parent 6392c25a95
commit a6280e1ea9

View File

@ -419,6 +419,9 @@ if(document instanceof HTMLDocument)
set:_=>safelyNavigate(decodeURIComponent(atob(_))) set:_=>safelyNavigate(decodeURIComponent(atob(_)))
}) })
}) })
domainBypass("hokiciki.org",()=>{
ifElement("a[href^='/get-link/']",a=>location.href=a.href)
})
//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(/njiir\\.com|linkduit\\.net|k2s\\.cc|1link\\.club|cshort\\.(org|xyz)|muhammadyoga\\.me|u\\.to|skiplink\\.io|healthykk\\.com|punchsubs\\.net|linkasm\\.com|firefaucet\\.win\\/l\\/|emulator\\.games\\/download\\.php|2speed\\.net\\/file\\//,()=>{ hrefBypass(/njiir\\.com|linkduit\\.net|k2s\\.cc|1link\\.club|cshort\\.(org|xyz)|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)