Greasy Fork is available in English.

bilibili 自动字幕转换(简体转繁体)

For bilibili videos


安装此脚本?
  1. // ==UserScript==// @name bilibili 自動字幕轉換(簡體轉繁體)// @name:en bilibili Auto Subtitle Translation (Simplified Chinese -> Traditional Chinese)// @name:zh-TW bilibili 自動字幕轉換(簡體轉繁體)// @name:zh-CN bilibili 自动字幕转换(简体转繁体)// @description:en For bilibili videos// @description:zh-tw For bilibili videos// @description:zh-cn For bilibili videos// @namespace http://tampermonkey.net/// @version 0.1.7// @description For bilibili videos// @author CY Fung// @match https://www.bilibili.com/*// @icon https://www.google.com/s2/favicons?domain=bilibili.com// @require https://gfork.dahi.icu/scripts/430412-chinese-conversion-api/code/Chinese%20Conversion%20API.js?version=957744// @license MIT// @run-at document-start// @grant none// ==/UserScript==const {sc2tc} = window.ChineseConversionAPI;(function() {'use strict';const hKey_json_parse='rhlxuprkmayw'JSON.parse[hKey_json_parse]||!(() => {const $$parse=JSON.parse;JSON.parse=function(){if(typeof arguments[0]=='string' && arguments[0].length>16){if(/"(from|to|location)"\s*:\s*[\d\.]+/.test(arguments[0])){arguments[0]= sc2tc(arguments[0])}}return $$parse.apply(this,arguments)}JSON.parse.toString=()=>$$parse.toString();JSON.parse[hKey_json_parse]=true})();})();(function $$() {'use strict';if(!document||!document.documentElement) window.requestAnimationFrame($$)function addStyle (styleText) {const styleNode = document.createElement('style');styleNode.type = 'text/css';styleNode.textContent = styleText;document.documentElement.appendChild(styleNode);return styleNode;}addStyle(`.bilibili-player-video-subtitle .subtitle-item-text{font-family: system-ui;}`)})();