AO3: highlight tags V2

Configure tags to be highlighted with different colors

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

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