openload

Remove anti-adblock, ads, popups and timer waits, and show direct download link

< openload 피드백

리뷰: 좋음 - 잘 동작함

§
작성: 2018-02-02

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

§
작성: 2018-02-02

Ok, it seems that the autodownloading was caused by another userscript: https://greasyfork.org/scripts/97-maknyos-autoin/ and somehow that code snippet triggers it.

댓글 남기기

댓글을 남기려면 로그인하세요.