Youtube - hide "Download" and other buttons under video

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

< 腳本Youtube - hide "Download" and other buttons under video的回應

評論:OK - script works, but has bugs

§
發表於:2022-07-07
編輯:2022-07-07

just change the showButton method:


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

deltaspace作者
§
發表於:2022-07-13

why?

發表回覆

登入以回復