Archive Of Our Own - Scrolling Tag List

Shortens the list of tags on /works lists and allows scrolling to see the overflow.

  1. /* ==UserStyle==
  2. @name Archive Of Our Own - Scrolling Tag List
  3. @description Shortens the list of tags on /works lists and allows scrolling to see the overflow.
  4. @version 1.001
  5. @namespace https://gf.qytechs.cn/users/3759
  6. @license CC-0
  7. ==/UserStyle== */
  8.  
  9. ul.tags.commas {
  10. max-height: 100px; /* Adjust as desired to make the list taller or shorter.*/
  11. overflow: scroll;
  12. }
  13.  
  14. h5.fandoms.heading {
  15. max-height: 5em; /* Adjust as desired to make the list taller or shorter.*/
  16. overflow: scroll;
  17. }

QingJ © 2025

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