Add omahsafe.blogspot.com bypass (closes #542)

This commit is contained in:
Tim "timmyRS" Speckhals 2019-10-28 18:55:39 +01:00
parent 21c4fd25e8
commit 7552a7ca8c

View File

@ -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=>{