Add infosia.xyz bypass (fixes #239)

This commit is contained in:
Tim timmyRS Speckhals 2019-05-27 19:50:17 +02:00
parent 03cff6edc8
commit 7f9e59a8e4

View File

@ -241,6 +241,13 @@ brws.webRequest.onBeforeRequest.addListener(details=>{
}
},{types:["main_frame"],urls:["*://*.leechpremium.link/cheat/?link=*"]},["blocking"])
brws.webRequest.onBeforeRequest.addListener(details=>{
if(enabled)
{
return getRedirect(atob(details.url.substr(details.url.indexOf("?kesehatan=")+11)))
}
},{types:["main_frame"],urls:["*://*.infosia.xyz/?kesehatan=*"]},["blocking"])
brws.webRequest.onBeforeRequest.addListener(details=>{
if(enabled)
{