This is a script for Tampermonkey. Creates an icon in top corner of video or somewhere else on the page (depends on the service). You can use it to download informations about video, content or subtitles.
If you have already tampermonkey installed. Just click here. Tampermonkey should add this script to his library.
This script needs node.js and gulp. Gulp require node.js, so install node.js first. How to install gulp you can read on gulp quick start page.
The next step is to install the required dependencies:
npm install
Now run:
npm-scripts-info
to see available commands
build:
Build project.
dev:
Build project with some development features.
start:
Run development server.
clean:
Clean temporary files.
To build script use:
npm run build