Greasy Fork is available in English.

openload

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

< Feedback on openload

Review: Good - script works

§
Posted: 02/02/2018

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

§
Posted: 02/02/2018

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.

Post reply

Sign in to post a reply.