片假名终结者行高修复

修复了一些网頁中片假名终结者行高不當,顯示不全的的問題

  1. // ==UserScript==
  2. // @name Katakana Terminator height repairer
  3. // @name:zh-CN 片假名终结者行高修复
  4. // @namespace http://tampermonkey.net/
  5. // @supportURL https://gf.qytechs.cn/scripts/476378-katakana-terminator-height-repairer/feedback
  6. // @version 2023.09.30.02
  7. // @description repair the height problem of Katakana Terminator in certain websites
  8. // @description:zh-CN 修复了一些网頁中片假名终结者行高不當,顯示不全的的問題
  9. // @author Tu
  10. // @license MIT
  11. // @match *.bilibili.com/*
  12. // @match *.youtube.com/*
  13. // @icon https://upload.wikimedia.org/wikipedia/commons/2/28/Ja-Ruby.png
  14. // @grant GM_addStyle
  15. // ==/UserScript==
  16. GM_addStyle ( `
  17. .small-item .title {
  18. line-break: anywhere!important;
  19. height: 44px!important;
  20. }
  21. .bili-video-card .bili-video-card__info--tit {
  22. height: initial;
  23. }
  24. .bili-video-card .bili-video-card__info--tit[data-v-15c84221] {
  25. height: initial;
  26. }
  27. #video-title.ytd-video-renderer {
  28. max-height: 6.3rem;
  29. }
  30. #video-title.ytd-rich-grid-media {
  31. max-height: 5.6rem;
  32. }
  33. ` );

QingJ © 2025

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