Greasy Fork is available in English.

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

Dette er versioner af dette script, hvor koden er blevet opdateret. Vis alle versioner.

  • v4.1 03.04.2025

    fixed issue: script now works on Edit page with errors after save fixed issue: Chrome vs. Firefox incompatibility with handling LTR/RTL for slice()

  • v4.0 30.03.2025

    adds config to disable background page loads

    stops the script from executing entirely if it’s loaded in an iFrame (bulk edit scripts)

  • v3.0 12.03.2025

    adds the Create Tag Link button only on tag comments in inbox (not on all comments) new Copy Misc button with new options to copy links formatted for Chat and for Wiki

  • v2.7 30.12.2024

    script no longer tries to run on comment thread pages of work comments

  • v2.6 30.12.2024

    script compatibility fix: use relative url for hidden Edit button as is on the original button

  • v2.5 27.12.2024

    * in tagsearch, Rating, Media, Warnings and Category types now show icons/text instead of "undefined"
    * fix for script incompatibility on Edit Tag pages

  • v2.4 21.12.2024

    fixed console errors related to comments button when script runs in hidden iframe

  • v2.3 26.09.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.08.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.08.2024

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

  • v2.0 23.08.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.08.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.08.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.07.2024