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

< Feedback on Youtube Ad Cleaner(Include Non-Skippable Ads- works)

Review: OK - script works, but has bugs

§
Posted: 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?

§
Posted: 2021-02-26
Edited: 2021-02-26

I think you can add GM_registerMenuCommand for the option menu.

§
Posted: 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!

§
Posted: 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

Post reply

Sign in to post a reply.