Universal Bypass is now in the business of fixing your shitty website... apparently (closes #1336)

This commit is contained in:
Sainan 2020-06-23 19:49:07 +02:00
parent a6f5486ffc
commit 53907760cc

View File

@ -1352,6 +1352,7 @@ ensureDomLoaded(()=>{
domainBypass("5play.ru",()=>ifElement("div.download-result > a[href]",a=>safelyNavigate(a.href)))
domainBypass("daunshorte.kertashitam.com",()=>ifElement("div[align=center] > center > a[href]",a=>safelyAssign(a.href)))
hrefBypass(/www1\.swatchseries\.to\/freecale\.html\?r\=/,()=>awaitElement("a.push_button.blue[href]:not([href='http://www1.swatchseries.to/'])",a=>safelyNavigate(a.href)))
domainBypass("tl.gd",()=>safelyAssign("http://www.twitlonger.com/show"+location.pathname))
//Insertion point for domain-or-href-specific bypasses running after the DOM is loaded. Bypasses here will no longer need to call ensureDomLoaded.
if(bypassed)
{