Add cuturl.cc bypass (re timmyRS#820)
This commit is contained in:
parent
2e9e6553ed
commit
0093367533
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user