Youtube Ad Cleaner(Include Non-Skippable Ads- works)

(Be Tested Daily) Bypass all youtube ads (skippable and non-skippable Ads) plus download youtube video on the fly

< 脚本Youtube Ad Cleaner(Include Non-Skippable Ads- works)的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发表于:2021-02-26

Add an option in the script menu to disable/enable the Download button?

When this script is enabled, the Download button is added.

But I prefer not to have the Download button when not needed.

So I think an option can be added for disabling that button?

§
发表于:2021-02-26
编辑于:2021-02-26

I think you can add GM_registerMenuCommand for the option menu.

§
发表于:2021-10-20

Add an option in the script menu to disable/enable the Download button?

When this script is enabled, the Download button is added.

But I prefer not to have the Download button when not needed.

So I think an option can be added for disabling that button?

There is a simple way; the last line of the script calls the 'createButton' function:

document.addEventListener('DOMContentLoaded', ()=>{setFix();setInterval(killAd, 100); setTimeout(createButton, 2000);});

Simply remove that function call, and the edited last line should instead look like this:

document.addEventListener('DOMContentLoaded', ()=>{setFix();setInterval(killAd, 100); });

Hope this helps!

§
发表于:2021-12-16

Add an option in the script menu to disable/enable the Download button?

When this script is enabled, the Download button is added.

But I prefer not to have the Download button when not needed.

So I think an option can be added for disabling that button?

Friend you can change what want :) Is it easy. Example i add this blocker to my project. Watch: https://i.ibb.co/qrZDFwz/image.png

发表回复

登录(不可用)以发表回复。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址