Add infosia.xyz bypass (fixes #239)
This commit is contained in:
parent
03cff6edc8
commit
7f9e59a8e4
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user