Youtube - hide "Download" and other buttons under video

Hide "Share", "Download", "Clip", "Thanks" and "Save" buttons under video.

< Feedback on Youtube - hide "Download" and other buttons under video

Review: OK - script works, but has bugs

§
Posted: 07 Juli 2022
Edited: 07 Juli 2022

just change the showButton method:


const showButton = (button) => {
    button.setAttribute('hidden', '');
}

deltaspacePembuat
§
Posted: 13 Juli 2022

why?

Post reply

Sign in to post a reply.