diff --git a/src/js/injection_script.js b/src/js/injection_script.js index 388c5cf28..9d97beae0 100644 --- a/src/js/injection_script.js +++ b/src/js/injection_script.js @@ -960,7 +960,7 @@ ensureDomLoaded(()=>{ document.cookie="referrer=1" xhr.send() }) - domainBypass(/ouo\.(io|press)|lnk2\.cc/,()=>{ + domainBypass(/lnk2\.cc/,()=>{ if(location.pathname.substr(0,4)=="/go/") { document.querySelector("form").submit() @@ -970,6 +970,19 @@ ensureDomLoaded(()=>{ crowdBypass() } }) + domainBypass(/ouo\.(press|io)/, () => { + if(location.pathname !== '/'){ + if(/(go|fbc)/.test(location.pathname.split("/")[1])){ + document.querySelector("form").submit() + } + else { + ifElement("form#form-captcha", form => { + form.action = `/xreallcygo${location.pathname}` + form.submit() + },() => crowdBypass()) + } + } + }) domainBypass("drivehub.link",()=>ifElement("a#proceed[href]",safelyNavigate)) domainBypass("oxy.st",()=>{awaitElement("a.btn.btn-primary.btn-lg",t=>{safelyAssign(t.href)}),ifElement("button#download[disabled]",t=>{awaitElement("button#download:not([disabled])",t=>{t.click()})})}) domainBypass("oxy.cloud",()=>{ifElement("button#download[disabled]",d=>{awaitElement("button#download:not([disabled])",d=>{d.click()})})})