Add bursadrakor.com bypass (closes #897)
This commit is contained in:
parent
8d0bba7ca9
commit
d85048853e
@ -438,6 +438,15 @@ brws.webRequest.onBeforeRequest.addListener(details=>{
|
||||
"*://*.macdownload.org/redirect/?url=*"
|
||||
]},["blocking"])
|
||||
|
||||
brws.webRequest.onBeforeRequest.addListener(details=>{
|
||||
if(enabled)
|
||||
{
|
||||
return getRedirect(atob(details.url.substr(details.url.indexOf("/protect-link/")+14)))
|
||||
}
|
||||
},{types:["main_frame"],urls:[
|
||||
"*://*.bursadrakor.com/protect-link/*"
|
||||
]},["blocking"])
|
||||
|
||||
brws.webRequest.onBeforeRequest.addListener(details=>{
|
||||
if(enabled)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user