(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)
I think you can add GM_registerMenuCommand for the option menu.
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
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?