Bypass polrec.site (fixes #310)
This commit is contained in:
parent
dd41b547c1
commit
1f037dc73f
@ -282,7 +282,8 @@ brws.webRequest.onBeforeRequest.addListener(details=>{
|
||||
"*://*.yumechan.club/?r=*",
|
||||
"*://*.celeclub.org/?r=*",
|
||||
"*://*.duniaislamku.com/?r=*",
|
||||
"*://*.situsbaru.me/?r=*"
|
||||
"*://*.situsbaru.me/?r=*",
|
||||
"*://*.polrec.site/?r=*"
|
||||
]},["blocking"])
|
||||
|
||||
brws.webRequest.onBeforeRequest.addListener(details=>{
|
||||
|
@ -412,7 +412,7 @@ if(document instanceof HTMLDocument)
|
||||
window.setTimeout=f=>setTimeout(f,1)
|
||||
awaitElement("#compteur a[href]",a=>safelyNavigate(new URL(a.href).searchParams.get("url")))
|
||||
})
|
||||
domainBypass("shortmoz.link",()=>{
|
||||
domainBypass(/shortmoz\\.link|skinnycat\\.org|safelink\\.polrec\\.site/,()=>{
|
||||
window.setInterval=f=>setInterval(f,1)
|
||||
awaitElement("a.btn.redirect[href^='http']",a=>safelyNavigate(a.href))
|
||||
})
|
||||
@ -645,9 +645,6 @@ if(document instanceof HTMLDocument)
|
||||
domainBypass("goou.in",()=>{
|
||||
ifElement("div#download_link > a#download[href]",a=>a.href)
|
||||
})
|
||||
domainBypass("skinnycat.org",()=>{
|
||||
ifElement("a.redirect[href]",a=>a.href)
|
||||
})
|
||||
domainBypass("ryn.cc",()=>{
|
||||
if(typeof countdown=="function")
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user