• Hello. Is it possible to hide the download button in Chrome?
    Found the following but don’t know how to implement:

    As of Chrome58 you can now use controlsList to remove controls you don’t want shown. This is available for both <audio> and <video> tags.
    If you want to remove the download button in the controls do this:
    <audio controls controlsList=”nodownload”>

    Great plugin. Thanks

  • The topic ‘Hide download button in Chrome?’ is closed to new replies.