Hide "Share", "Download", "Clip", "Thanks" and "Save" buttons under video.
< 腳本Youtube - hide "Download" and other buttons under video的回應
just change the showButton method:
const showButton = (button) => { button.setAttribute('hidden', ''); }
why?
登入以回復
just change the showButton method: