Improve shirosafe.web.id bypass (re #900)

This commit is contained in:
Tim "timmyRS" Speckhals 2020-02-08 05:48:32 +01:00
parent 2b23e457cd
commit 5033cb2160

View File

@ -1099,7 +1099,7 @@ ensureDomLoaded(()=>{
safelyNavigate(decodeURIComponent(url.search.split("url=")[1].split("&")[0])) safelyNavigate(decodeURIComponent(url.search.split("url=")[1].split("&")[0]))
} }
})) }))
domainBypass("shirosafe.web.id",()=>ifElement("a#klik[href^='#']",a=>ifElement("div"+a.getAttribute("href")+"[style='display:none;margin-top: 30px;'] > div[id] > center > a[href^='https://shirosafe.web.id/']:not([href^='https://shirosafe.web.id/miss/'])",a=>safelyAssign(a.href)))) domainBypass("shirosafe.web.id",()=>ifElement("a#klik[href^='#']",a=>ifElement("div"+a.getAttribute("href")+"[style='display:none;margin-top: 30px;'] > div[id] > center > a[href^='https://shirosafe.web.id/'][style='margin-bottom: 15px; width: 180px;']",a=>safelyAssign(a.href))))
domainBypass(/bebasdownloadfilm\.com|dl\.sharemydrive\.xyz/,()=>ifElement("frame[src*='/iframe/top.php?']",f=>{ domainBypass(/bebasdownloadfilm\.com|dl\.sharemydrive\.xyz/,()=>ifElement("frame[src*='/iframe/top.php?']",f=>{
f.onload=()=>safelyNavigate(f.contentDocument.querySelector("p#skip a").href) f.onload=()=>safelyNavigate(f.contentDocument.querySelector("p#skip a").href)
})) }))