Add omahsafe.blogspot.com bypass (closes #542)
This commit is contained in:
parent
21c4fd25e8
commit
7552a7ca8c
@ -504,7 +504,8 @@ brws.webRequest.onBeforeRequest.addListener(details=>{
|
|||||||
return getRedirect(atob(details.url.substr(details.url.indexOf("?kareeI=")+8)).split("||")[0])
|
return getRedirect(atob(details.url.substr(details.url.indexOf("?kareeI=")+8)).split("||")[0])
|
||||||
}
|
}
|
||||||
},{types:["main_frame"],urls:[
|
},{types:["main_frame"],urls:[
|
||||||
"*://*.idalponse.blogspot.com/?kareeI=*"
|
"*://idalponse.blogspot.com/?kareeI=*",
|
||||||
|
"*://omahsafe.blogspot.com/?kareeI=*"
|
||||||
]},["blocking"])
|
]},["blocking"])
|
||||||
|
|
||||||
brws.webRequest.onBeforeRequest.addListener(details=>{
|
brws.webRequest.onBeforeRequest.addListener(details=>{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user