This commit is contained in:
Tim Speckhals 2018-12-27 06:45:40 +01:00
parent 6601f5a793
commit b938fd4732
No known key found for this signature in database
GPG Key ID: A62ADB92F7ADEEB6
2 changed files with 3 additions and 4 deletions

View File

@ -160,10 +160,9 @@ if(document instanceof HTMLDocument)
value:false,
writable:false
})
_.forEach((v,k)=>{
for(let k in _)
if(forced_safelink[k]===undefined)
actual_safelink[k]=v
})
actual_safelink[k]=_[k]
},
get:()=>actual_safelink
})

View File

@ -11,7 +11,7 @@
"name": "Universal Bypass",
"description": "__MSG_appDesc__",
"homepage_url": "https://universal-bypass.org/",
"version": "7.4.3",
"version": "7.4.4",
"author": "Tim \"timmyRS\" Speckhals",
"minimum_chrome_version": "41",
"options_ui": {