Remove anti-adblock, ads, popups and timer waits, and show direct download link
Ok, it seems that the autodownloading was caused by another userscript: https://gf.qytechs.cn/scripts/97-maknyos-autoin/ and somehow that code snippet triggers it.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Autodownloading & Ads
Great userscript! Somehow this code snippet of your userscript causes the file or video to auto-download:
var tmrstreamurl = setInterval(function(){ if( $(streamurl).text() != 'HERE IS THE LINK' ) { $('#realdl a').attr('href', '/stream/' + $(streamurl).text()); $('#videooverlay').click(); clearInterval(tmrstreamurl); } },100);
But I don't want that to happen. I find it pretty annoying too. I'm not sure what this code snippet is exactly meant for, but at least make it an option for it to autodownload (even if this was unintended). Also, without my regular adblocker, ads still show up for me. (selector = .exo-native-widget-outer-container) The adblocker says it blocked 3 things. Maybe this is helpful for you: https://i.imgur.com/zLrjLyJ.png