AO3: [Wrangling] Edit Tag page cleanup

Removes descriptions and some fields from Edit Tag pages to avoid wrangling accidents

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
escctrl
Daily installs
0
Total installs
77
Ratings
1 0 0
Version
6.2
Created
2022-06-23
Updated
2025-09-28
Size
12.1 KB
License
MIT
Applies to

💖 What it does

The Edit Tag page is pretty cluttered, and after a while you don't need all those descriptions and hints anymore. With this script, the Edit Tag page gets a cleaner look. It removes text and fields that are unnecessary based on the status of the tag and can help avoid accidentially using a field when it shouldn't be.

🪴 How to use it

The script automatically:

  • hides all descriptive text
  • hides metatag fields on anything other than canonical tags
  • hides fields to add synonyms and subtags to a canonical (with button to display them again, e.g. during rename projects)
  • hides the unwrangleable checkbox on canonicals and synonyms
  • hides the canonical checkbox on synonyms and unwrangleable tags
  • hides the field to syn a tag when it's set as unwrangleable
  • disables the canonical checkbox while the tag's still attached to a metatag (as soon as all metatags are selected to be removed, the canonical checkbox can also be unchecked)
  • removes the button for editing a synonym's canonical; instead the name of the tag itself is a link to its Tag Edit page
  • on unfilterable tags, sets the cursor to the synonym field
  • if the tag is still in draft, highlights the "Draft (x)" in the sidebar/at the top of the page
  • if a synned tag has no uses, highlights the "Taggings Count (x)" in the sidebar/at the top of the page
  • hides the Sign Up link on non-canonical fandom tags
  • lets you click anywhere on the entire row for canonical and unwrangleable checkboxes
  • highlights the unwrangleable label for awareness
  • warns if an unwrangleable tag doesn't have a fandom or is sent to No Fandom

🏛️ History

  • v6
    • lazy-click on the entire row for canonical and unwrangleable checkboxes
    • highlights the unwrangleable row for awareness
    • warns if unwrangleable tag doesn't have a fandom or is sent to No Fandom
  • v5
    • hides the Sign Up link on non-canonical fandom tags
    • canonical checkbox becomes editable if all metatags are selected to be removed
    • added button to show Subtags/Synonyms boxes on canonical tag
  • v4
    • on synonyms, the canonical tag's name is now its own edit link
    • on unfilterable tags, the input focus now jumps to the synonym field
    • highlights Draft tags
    • hides the entire Child Tag fieldset, when there are neither synonyms nor subtags
    • highlights syns without uses
  • v3 - disables the Canonical checkbox when there's still a metatag
  • v2 - hides Subtags/Synonyms boxes on canonical tags completely, if there are no existing subtags/synonyms (instead of just the "Add" field)
  • v1 - initial version