AO3: [Wrangling] Action Buttons Everywhere

Adds buttons to manage tags EVERYWHERE you want, turns tag-URLs in comments into links, and can show search results as a table

Ini adalah versi dari skrip ini yang kodenya telah diperbarui. Tampilkan semua versi.

  • v2.3 26 September 2024

    bugfix: on tags with enough uses to create pagination on landing pages, going to ?page=2 or higher caused the button links to break. the links were built using window.location.href, which included the search parameter. now the links are built with origin+pathname, which excludes search parameters.

  • v2.2 23 Agustus 2024

    on Landing and Edit pages, fandom search button only shows if the fandom tag is canonical. sadly we can't help it when viewing the Bin of a non-canonical fandom.

  • v2.1 23 Agustus 2024

    bugfix: I broke the Landing pages, but also feature expanded: fandom search works also on Landing pages

  • v2.0 23 Agustus 2024

    new feature: at the top of Edit and Bin pages, you can now add a link to Tag Search that has the current fandom already selected.

  • v1.2 18 Agustus 2024

    Script Interference Update:

    • switched event handlers to delegated, so we're no longer assigning dozens of them to individual elements. this also allows other scripts to set the innerHTML without destroying the event handlers.
    • rewrote how script adds buttons at the top, so it won't overwrite/hide buttons created by other scripts that ran on this page before
  • v1.1 02 Agustus 2024

    compatability fix for Mark Illegal Characters in Canonicals in the Search Results Table - run order of scripts now doesn't matter

  • v1.0 28 Juli 2024