AO3: [Wrangling] Edit Tag page cleanup

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

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
escctrl
日安装量
0
总安装量
75
评分
1 0 0
版本
6.2
创建于
2022-06-23
更新于
2025-09-28
大小
12.1 KB
许可证
MIT
适用于

💖 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