Greasy Fork is available in English.

AO3: highlight tags V2

Configure tags to be highlighted with different colors

Автор
Fangirlishness
Установок в день
0
Всего установок
320
Оценки
7 1 0
Версия
2.0
Создан
11.04.2021
Обновлён
11.04.2021
Лицензия
Недоступно
Работает на

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