Greasy Fork is available in English.

AO3: Tag Word Cloud

Change font size of words of AO3 tags according to the word frequency in each chapter or entire works.

Устаревшая версия на 19.08.2020. Перейти к последней версии.

Автор
Vannius
Оценки
0 0 0
Версия
1.1
Создан
02.08.2020
Обновлён
19.08.2020
Лицензия
MIT
Работает на

AO3: Tag Word Cloud

Description

This script change font size of words of AO3 tags according to the word frequency in each chapter or entire works.

[Source] [Greasy Fork]

Demo

demo

Config

    // Config
    const MAX_FONT_SCALE = 200; // %
    const MIN_FONT_SCALE = 80; // %
    const FREEFORM_TAGS = true; // Apply TWC to freeform tags.
    const AUTO_TWC_ON_READING_PAGE = true; // Apply TWO automatically on reading page.

Compatible