Improve link.tl bypass
This commit is contained in:
parent
f06a3af589
commit
639085ca4a
@ -443,21 +443,7 @@ if(document instanceof HTMLDocument)
|
|||||||
crowdPath(location.hash.substr(1))
|
crowdPath(location.hash.substr(1))
|
||||||
crowdBypass()
|
crowdBypass()
|
||||||
})
|
})
|
||||||
domainBypass("link.tl",()=>{
|
domainBypass("lnk.news",()=>ifElement("#skip_form",f=>goToUrl(),ifElement("#display_go_form",f=>f.submit())))
|
||||||
if(location.host=="lt10.link.tl")
|
|
||||||
{
|
|
||||||
ensureDomLoaded(()=>{
|
|
||||||
if(typeof goToUrl=="function")
|
|
||||||
{
|
|
||||||
goToUrl()
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
location.host="lt10.link.tl"
|
|
||||||
}
|
|
||||||
})
|
|
||||||
hrefBypass(/uiz\\.io\\/go/,()=>{
|
hrefBypass(/uiz\\.io\\/go/,()=>{
|
||||||
Object.freeze(location)
|
Object.freeze(location)
|
||||||
const regex=/.*window\\.location\\.href = "(http[^"]+)";.*/
|
const regex=/.*window\\.location\\.href = "(http[^"]+)";.*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user