Hide "Share", "Download", "Clip", "Thanks" and "Save" buttons under video.
< Rückmeldungen auf Youtube - hide "Download" and other buttons under video
just change the showButton method:
const showButton = (button) => { button.setAttribute('hidden', ''); }
why?
Anmelden um eine Antwort zu senden.
just change the showButton method: