Add cuturl.cc bypass (re timmyRS#820)

This commit is contained in:
ikancupang 2020-01-27 00:29:32 +07:00 committed by GitHub
parent 2e9e6553ed
commit 0093367533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1108,6 +1108,12 @@ ensureDomLoaded(()=>{
document.querySelector("a#link").onclick()
}))
domainBypass("1ink.cc",()=>ifElement("a#countingbtn[href]",a=>safelyNavigate(a.href)))
domainBypass("cuturl.cc",()=>{
if(typeof PushLink=="function")
{
PushLink()
}
})
//Insertion point 2 — insert bypasses running after the DOM is loaded above this comment
if(bypassed)
{