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.

Od 11.06.2018.. Pogledajte najnovija verzija.

Autor
Vannius
Ocjene
0 0 0
Verzija
1.2
Stvoreno
11.06.2018.
Ažurirano
11.06.2018.
Licenza
N/A
Primjenjuje se

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.