I am new to js and learning how to modify html using js ,i want to modify:
<video controls="" controlslist="download" src="//storage.googleapis.com/media-session/caminandes/short.mp4#t=80"><</video>
To...
<video controls="" controlslist="nodownload" src="//storage.googleapis.com/media-session/caminandes/short.mp4#t=80">< </video>
After the page loads, i want to change controlslist="download"
to controlslist="nodownload"
page src:https://googlechrome.github.io/samples/media/controlslist.html