Greasy Fork is available in English.
Remove anti-adblock, ads, popups and timer waits, and show direct download link
< Feedback de openload
Seems openload has been updated with videojs-vast-vpaid plugin
your userscript was working perfectly until today:
this code snippet seems to do the trick:
var tmrstreamurl = setInterval(function(){ if( $(streamurl).text() != 'HERE IS THE LINK' ) { clearInterval(tmrstreamurl); $('#realdl a').attr('href', '/stream/' + $(streamurl).text()); $('#videooverlay').click(); videojs("olvideo").vast.disable(); //disable vast video adds } },100);
Ok, they removed it, all good.
Entre para publicar uma resposta.
Seems openload has been updated with videojs-vast-vpaid plugin
your userscript was working perfectly until today:
this code snippet seems to do the trick: