您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
Hide tags automatically when there are too many tags. Add hide/show tags button to browsing page and reading page.
当前为
Hide tags when there are too many tags automatically on AO3.
Add hide/show tags button to browsing page and reading page.
// Config
const MAX_TAGS_ON_BROWSING_PAGE = 15;
// When number_of_tags > 15, hide tags automatically on browsing page.
// if MAX_TAGS_ON_BROWSING_PAGE = 0, hide tags always on browsing page.
const MAX_TAGS_ON_READING_PAGE = 15;
// When number_of_tags > 15, hide tags automatically on reading page.
// if MAX_TAGS_ON_READING_PAGE = 0, hide tags always on browsing page.
// number_of_tags on reading page also include Rating, Archive Warning, Category and Fandom tags.