Add elil.cc crowd bypass (closes #519)

This commit is contained in:
Tim "timmyRS" Speckhals 2019-10-21 19:34:16 +02:00
parent bcb172eb00
commit 582d80bc9c

View File

@ -998,6 +998,10 @@ if(document instanceof HTMLDocument)
domainBypass("shortconnect.com",()=>{
safelyNavigate(document.querySelector("#loader-link").href)
})
domainBypass("elil.cc",()=>{
crowdBypass()
awaitElement(".navbar-custom > .container > ul.not-nav > li:not(.d-none) > a.page-scroll[href]:not([href^='javascript:'])",a=>contributeAndNavigate(a.href))
})
//Insertion point 2 — insert bypasses running after the DOM is loaded above this comment
if(bypassed)
{