Shorten domain regex

This commit is contained in:
Tim "timmyRS" Speckhals 2019-11-07 07:45:09 +01:00
parent 429932e9ce
commit 6047f8b000

View File

@ -500,10 +500,10 @@ if(document instanceof HTMLDocument)
}) })
}) })
//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|muhammadyoga\\.me|u\\.to|skiplink\\.io|healthykk\\.com|punchsubs\\.net|linkasm\\.com|firefaucet\\.win\\/l\\/|emulator\\.games\\/download\\.php|2speed\\.net\\/file\\//,()=>{ hrefBypass(/(njiir|healthykk|linkasm)\\.com|(linkduit|punchsubs)\\.net|k2s\\.cc|muhammadyoga\\.me|u\\.to|skiplink\\.io|firefaucet\\.win\\/l\\/|emulator\\.games\\/download\\.php|2speed\\.net\\/file\\//,()=>{
window.setInterval=f=>setInterval(f,1) window.setInterval=f=>setInterval(f,1)
}) })
domainBypass(/racaty\\.com|indishare\\.org|longfiles\\.com|datei\\.to|id-share19\\.com/,()=>{ domainBypass(/(racaty|longfiles|id-share19)\\.com|indishare\\.org|datei\\.to/,()=>{
window.setTimeout=f=>setTimeout(f,1) window.setTimeout=f=>setTimeout(f,1)
}) })
if(bypassed) if(bypassed)