哔哩哔哩番剧播放器3.x cc字幕描边&背景透明

哔哩哔哩番剧播放器3.x不允许设置cc字幕样式,本脚本将其背景设置为透明并加上描边

  1. // ==UserScript==
  2. // @name 哔哩哔哩番剧播放器3.x cc字幕描边&背景透明
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.2
  5. // @description 哔哩哔哩番剧播放器3.x不允许设置cc字幕样式,本脚本将其背景设置为透明并加上描边
  6. // @author Howard Wu
  7. // @match *://www.bilibili.com/bangumi/play/*
  8. // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  9. // @grant GM_addStyle
  10. // @run-at document-start
  11. // @license MIT
  12. // ==/UserScript==
  13. /* jshint esversion: 6 */
  14. GM_addStyle(`
  15. .squirtle-subtitle-item-text{
  16. background: rgba(0, 0, 0, 0) !important;
  17. text-shadow: rgb(0, 0, 0) 0 0 1px, rgb(0, 0, 0) 0 0 1px, rgb(0, 0, 0) 0 0 1px !important;
  18. }
  19. `);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址