Add pucuktranslation.pw bypass (fixes #315)
This commit is contained in:
parent
279b92c916
commit
97b476640c
@ -537,12 +537,17 @@ if(document instanceof HTMLDocument)
|
|||||||
domainBypass("mazika2day.com",()=>{
|
domainBypass("mazika2day.com",()=>{
|
||||||
ifElement(".linkbtn[href]",b=>safelyNavigate(b.href))
|
ifElement(".linkbtn[href]",b=>safelyNavigate(b.href))
|
||||||
})
|
})
|
||||||
domainBypass("ux9.de",()=>{
|
domainBypass(/ux9\\.de|pucuktranslation\\.pw/,()=>{
|
||||||
let m=document.querySelector("meta[http-equiv='refresh'][content]")
|
ifElement("meta[http-equiv='refresh'][content]",m=>{
|
||||||
if(m&&m.content.indexOf(";url=http"))
|
if(m.content.indexOf(";url=http") > -1)
|
||||||
{
|
{
|
||||||
safelyNavigate(m.content.split(";url=")[1])
|
safelyNavigate(m.content.split(";url=")[1])
|
||||||
}
|
}
|
||||||
|
else if(m.content.indexOf("; url=http") > -1)
|
||||||
|
{
|
||||||
|
safelyNavigate(m.content.split("; url=")[1])
|
||||||
|
}
|
||||||
|
})
|
||||||
})
|
})
|
||||||
domainBypass("telolet.in",()=>{
|
domainBypass("telolet.in",()=>{
|
||||||
let b=document.querySelector("a#skip[href]")
|
let b=document.querySelector("a#skip[href]")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user