Greasy Fork is available in English.

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

< Spätná väzba na Youtube Ad Cleaner(Include Non-Skippable Ads- works)

Hodnotenie: OK - skript funguje, ale má chyby

§
Pridaný: 26.02.2021

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?

§
Pridaný: 26.02.2021
Upravený: 26.02.2021

I think you can add GM_registerMenuCommand for the option menu.

§
Pridaný: 20.10.2021

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!

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

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.