AO3: [Wrangling] Rainbow Home Page and Bins

adds CSS classes to style table rows as a rainbow, and updates dynamically when filters are applied

Dessa är versionerna av skriptet där koden uppdaterades. Visa alla versioner.

  • v5.1 2024-10-05

    fixed an issue with color refresh on fandom snoozes not working
    moved all event handlers out of document.ready() so code can run early, and switched to delegated handlers to avoid script order issues

  • v5.0 2024-10-05

    now works in tag bins!
    now also works with the fandom snooze script on the Wrangling Home page

  • v4.2 2024-03-31

    updated to work with v2.0+ of my "Sort Fandoms by Number of Unwrangled Tags" script

  • v4.1 2024-03-31

    just a little bit of code cleanup

  • v4.0 2023-11-10

    updated to support my new Sorting by Total Unwrangled script

  • v3.0 2022-10-16

    updated code to catch click events on links from the standard filtering again. Previously the script assumed the 2nd <p>, but that has shifted thanks to an AO3 code change. Now the script looks for the <p> containing the text "Show only fandoms with" (which is unique to the standard filters)

  • v2.0 2022-10-09

    (1) updated to latest jQuery
    (2) it's now possible to configure the six colors directly in the script, for those who don't use a custom AO3 skin :)

  • v1.1 2022-09-11

    fixes reloads on the Sources and Reset All Filters links (in the n-in-1 wrangling filtering script)

  • v1.0 2022-05-31