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.

As of 02/08/2020. See the latest version.

Autor
Vannius
Ocene
0 0 0
Verzija
1.0
Napravljeno
02/08/2020
Ažurirano
02/08/2020
Licenca
MIT
Važi za

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.

[Install] [Source]

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