fixes #201
This commit is contained in:
Tim timmyRS Speckhals 2019-05-04 20:54:17 +02:00
parent 545cc010b2
commit 9556bfed4c
2 changed files with 8 additions and 1 deletions

View File

@ -204,6 +204,13 @@ brws.webRequest.onBeforeRequest.addListener(details=>{
"*://kurosafety.menantisenja.com/?site=*"
]},["blocking"])
brws.webRequest.onBeforeRequest.addListener(details=>{
if(enabled)
{
return getRedirect(atob(details.url.substr(details.url.indexOf("?r=")+3)))
}
},{types:["main_frame"],urls:["*://yumechan.club/?r=*"]},["blocking"])
brws.webRequest.onBeforeRequest.addListener(details=>{
if(enabled)
{

View File

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