Remove anti-adblock, ads, popups and timer waits, and show direct download link
< 脚本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.
登录(不可用)以发表回复。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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: