Greasy Fork is available in English.

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.07.2022.
Edited: 07.07.2022.

just change the showButton method:


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

deltaspaceAuthor
§
Posted: 13.07.2022.

why?

Post reply

Sign in to post a reply.