Hello,
I need to modify the way the HTML tag <video> gets interpreted by the chrome browser. Specifically, I need to include this 2 new features to Chrome.
1. If I "click-swipe" the video takes a screen capture at the current frame.
2. If I click in certain pixel region inside the video area then, open a new tab with the url that it will be included in a new tag attribute called "xon". For example: <video src="..." xon="
www.google.com"></video>
Is this the right repository that leads to production?
What are the files I need to modify?