This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* VideoJS Double-Tap Seeker | |
* | |
* This script is a bookmarklet converted into a standard JavaScript file. | |
* It adds a custom overlay to a Video.js player that enables seeking forward or backward | |
* by double-tapping or double-clicking the left and right sides of the video player. | |
* A triple-click in the center will toggle play/pause. | |
* | |
* To use, the page must have a Video.js player with the class '.video-js'. | |
* |