This commit is contained in:
Tim timmyRS Speckhals 2019-04-30 14:09:53 +02:00
parent aca2cd1b6c
commit fa88830816
2 changed files with 11 additions and 1 deletions

View File

@ -372,6 +372,16 @@ if(document instanceof HTMLDocument)
xhr.send("id="+location.hash.replace("#",""))
}
})
domainBypass("uploaded.net",()=>{
let i=0
window.setTimeout=f=>{
if(++i==62)
{
window.setTimeout=setTimeout
}
return setTimeout(f,100)
}
})
//Insertion point 1 — insert bypasses running before the DOM is loaded above this comment
hrefBypass(/punchsubs\\.net|linkasm\\.com|firefaucet\\.win\\/l\\/|emulator\\.games\\/download\\.php|2speed\\.net\\/file\\//,()=>{
window.setInterval=f=>setInterval(f,1)

View File

@ -12,7 +12,7 @@
"name": "Universal Bypass",
"description": "__MSG_appDesc__",
"homepage_url": "https://universal-bypass.org/",
"version": "10.15",
"version": "10.16",
"author": "Tim \"timmyRS\" Speckhals",
"permissions": [
"storage",