Greasy Fork is available in English.

AO3: Tag Hider

Hide tags if there are too many tags on browsing page and hide work data on viewing page.

Tính đến 11-06-2018. Xem phiên bản mới nhất.

Tác giả
Vannius
Đánh giá
0 0 0
Phiên bản
1.2
Đã tạo
11-06-2018
Đã cập nhật
11-06-2018
Giấy phép
N/A
Áp dụng cho

Add hide/show tags button to browsing pages, hide/show data button to viewing pages on AO3.

// Config
MAX_TAGS_ON_BROWSING_PAGE = 15
// When number_of_tags > 15, hide tags automatically on browsing pages.
MAX_TAGS_ON_BROWSING_PAGE = 0
// Hide tags always on browsing pages.

HIDE_WORK_DATA_AUTOMATICALLY_ON_VIEW_PAGE = true
// Hide work data automatically on viewing pages.
HIDE_WORK_DATA_AUTOMATICALLY_ON_VIEW_PAGE = false
// Do nothing on viewing pages.