Skip to content

Instantly share code, notes, and snippets.

View HUANGQiwei314's full-sized avatar

HUANGQiwei314

View GitHub Profile
@HUANGQiwei314
HUANGQiwei314 / download-youtube-subtitles.js
Created October 14, 2021 11:57 — forked from kugland/download-youtube-subtitles.js
Download YouTube subtitles (GreaseMonkey/TamperMonkey script)
// ==UserScript==
// @name Download YouTube subtitles
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Now you can download YouTube subtitles
// @author André Kugland
// @match http*://*.youtube.com/*
// @grant none
// @require https://cdn.jsdelivr.net/npm/file-saver@2.0.2/dist/FileSaver.min.js#sha256=bbf27552b76b9379c260579fa68793320239be2535ba3083bb67d75e84898e18
// ==/UserScript==