Greasy Fork

AO3: Tag Word Cloud

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

目前为 2022-01-16 提交的版本。查看 最新版本

作者
Vannius
评分
0 0 0
版本
1.2
创建于
2020-08-02
更新于
2022-01-16
大小
12.2 KB
许可证
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 TWC automatically on reading page.

Compatible