seek +/- 5 sec in video player (html5) with arrow keys (hold Ctrl for 30 sec)

^^^^^^^

लेखक
darkdiatel
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
61
रेटिंग
1 0 0
आवृत्ती
0.1
बनवली
2017-06-08
अपडेट केली
2017-06-08
आकार
714 Bytes
License
नाही
यांवर लागू होते:

NOTE: modify the "// @match" line - change domain to where you need this script to work at

I didn't bother to write the ideal one (yet), which could be enabled all all sites - it should observe browser content changes and listen to arrow keys only when video player is present on the page.
This one is primitive and always listens to key events and in case it's arrows, it searches for players (document.getElementsByTagName), which might be not a good idea to do on all sites on each arrow key press, therefore you probably better enable this script only for the specified domain(s)