AO3: highlight tags V2

Configure tags to be highlighted with different colors

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

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

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Fangirlishness
今日安裝
0
安裝總數
464
評價
11 1 0
版本
2.0
建立日期
2021-04-11
更新日期
2021-04-11
尺寸
2.7 KB
授權條款
未知
腳本執行於

Immediately see tags you love (or hate) by coloring them.

There is a configuration section in the script that you can edit to define your own tag patterns and the highlight colors. Your text may appear anywhere in the tag (but you can use regex to change that). Matching is case sensitive.

New feature in V2: if you only want to highlight tags of a certain kind, start your pattern with the kind of tag, then an exclamation mark, then your text. Possible starting values are "relationships!", "characters!", "freeforms!"

var tagsToHighlight = {"Alternate Universe": "#fda7d1", // pink
                       "Fanart": "#adf7d1", // light green
                       "somethingelse": "blue", // named colors work too
                       "^Hurt": "#038200", // only tags that start with Hurt
                       "Comfort$": "#038200", // only tags that end with Comfort
                       "relationships!Arthur": "red", // relationship tags that contain 'Arthur'
                       "Yuris Leclair \\| Yuri Leclerc": "yellow", // if names contain a '|' you must escape it with two backslashes
                       }; 

V2 of my previous script AO3: highlight tags. Posted as a separate script because the current way of configuring it would lose all your patterns on update.

Update instructions:

If you already have AO3: highlight tags v1.0, do the following:

  • install V2,
  • copy over your patterns from the old script (you can copy everything in the CONFIG section),
  • uninstall the old version