Add neonime.org bypass (closes #918)
This commit is contained in:
parent
441a30367b
commit
f076e1f626
@ -1057,6 +1057,9 @@ ensureDomLoaded(()=>{
|
||||
a.href+="#bypassClipboard="+a.closest(".list-download").previousSibling.previousElementSibling.textContent.replace(/[^a-zA-Z0-9]/g,"").toLowerCase()+a.textContent.replace(/[^a-zA-Z0-9]/g,"").toLowerCase()
|
||||
}
|
||||
}))
|
||||
domainBypass("neonime.org",()=>document.querySelectorAll("a[href^='https://neonime.org?fd3c883ce6=']").forEach(a=>{
|
||||
a.href+="#bypassClipboard="+location.pathname.replace(/[^a-zA-Z0-9]/g,"").toLowerCase()+a.parentNode.firstChild.textContent.replace(/[^a-zA-Z0-9]/g,"").toLowerCase()+a.textContent.replace(/[^a-zA-Z0-9]/g,"").toLowerCase()
|
||||
}))
|
||||
hrefBypass(/stayonline\.pro\/l\/(.*)\//,m=>$.post(endpoint,{id:m[1],ref:""},r=>safelyNavigate(r.data.value)))
|
||||
domainBypass("xlink.cc",()=>safelyNavigate(JSON.parse(atob(window.bootstrapData)).linkResponse.link.long_url))
|
||||
domainBypass("1shortlink.com",()=>awaitElement("#redirect-link[data-href]",a=>safelyNavigate(a.getAttribute("data-href"))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user