Greasy Fork is available in English.

Archive Of Our Own - Scrolling Tag List

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

질문, 리뷰하거나, 이 스크립트를 신고하세요.
/* ==UserStyle==
@name        Archive Of Our Own - Scrolling Tag List
@description Shortens the list of tags on /works lists and allows scrolling to see the overflow.
@version     1.001
@namespace   https://greasyfork.org/users/3759
@license     CC-0
==/UserStyle== */

ul.tags.commas {
	max-height: 100px; /* Adjust as desired to make the list taller or shorter.*/
	overflow: scroll;
}

h5.fandoms.heading {
	max-height: 5em; /* Adjust as desired to make the list taller or shorter.*/
	overflow: scroll;
}