Disable download button for Google Chrome?

后端 未结 11 1499
离开以前
离开以前 2020-11-30 20:03

Google Chrome is now shipping with a download button for videos that are just embedded videos (i.e. not MSE):

\"Cana

11条回答
  •  时光取名叫无心
    2020-11-30 20:48

    The above answer offers a good solution. However, when I was working on this in my project, there were two problems with it.

    1. Download occurs (as if the download button had been pressed) when right margin area of the fullscreen button is touched on Android (mobile or tablet). Applying z-index didn't fix it.

    2. Because of overflow:hidden, the download button is invisible but still exists to the right of the fullscreen button. That means when you press "tab" several times after clicking any control button or bar on PC, you can still reach the download button.

    Additionally, be careful -- some small-width devices (e.g. mobile phones) are small enough to hide the seek bar. It would need many more pixels to hide the download button.

    I hope Google provides the option to adjust this ASAP.

提交回复
热议问题