Remove video context menu from Vimeo

Asked

Viewed 420 times

2

Someone would know how to remove the menu-context of videos from Vimeo because it has the option to "save as" that saves my video, even if it is private in my account the person can access afterwards with html file that was saved, in some cases the video is downloaded to the person’s machine.

I tried several ways using javascript, Jquery and even Angularjs and nothing not to show the menu when I right click on the video.

If anyone has any ideas, I’m happy.

Follow the link to a video of Vimeo in the codepen for testing.

http://codepen.io/bdougherty/pen/JgDfm

HTML5 video without context menu

1 answer

0

It is not possible. Or rather, it is not possible to do this in another browser other than your own.

Any solution we could give you would depend on you being able to run code in other people’s browsers. This is simply not possible (or should not be), for obvious safety reasons.

If Vimeo let you do this, it would have a security vulnerability called Cross-site scripting (XSS). More information in this question here (with an excellent response)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.