善解人意屬實有點害羞 (@joegodwanggod) 在 稍微優化了一下一個BILI 的字幕下載腳本 知道能幹嘛的就知道 中发帖
// ==UserScript==
// @name bilibili 字幕下载器
// @namespace http://tampermonkey.net/
// @version 1.1
// @description Download subtitles from Bilibili videos using the AI assistant feature and clicking the subtitle list
// @author Claude
// @match https://www.bilibili.com/video/*
// @grant none
// @license MIT
// ==/UserScript==
(function() {
'use strict';...