Youtube - hide "Download" and other buttons under video

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

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

Recensie: Redelijk - het script werkt, maar bevat bugs

§
Geplaatst: 07-07-2022
Bijgewerkt: 07-07-2022

just change the showButton method:


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

deltaspaceMaker
§
Geplaatst: 13-07-2022

why?

Reactie plaatsen

Log in om antwoord te geven.