AO3: [Wrangling] Count Wranglers on Subfandoms

On a fandom tag's Landing Page, writes out how many wranglers are currently assigned to the listed subfandoms

These are versions of this script where the code was updated. Show all versions.

  • v1.1 2022-10-11

    (1) updated to latest jQuery
    (2) using excludes to limit pages the script runs on purely to tag landing pages
    (3) minor code improvements

  • v1.0 2022-06-30

    ready for a first major release. improved reporting why script is skipped: now checks the page URL, and refuses to run on Edit, Wrangle, Comment and Tag Search (instead of trying to find fandom subtags and logging lack of those as the reason). I really wish the @exclude would work in Tampermonkey in conjunction with @match, so we could skip those pages from the get-go.
    automatically detects "light" or "dark" mode (without relying on a specific color) by computing the "brightness" of the page background color. unwrangled fandoms get highlighted accordingly. hopefully that avoids needing to configure highlight colors just to keep the fandom readable.

  • v0.1 2022-06-29