Greasy Fork

AO3: highlight tags V2

Configure tags to be highlighted with different colors

目前为 2021-04-11 提交的版本。查看 最新版本

作者
Fangirlishness
评分
0 0 0
版本
2.0
创建于
2021-04-11
更新于
2021-04-11
大小
2.5 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. 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
                       "relationships!Arthur": "red", // relationship tags that contain 'Arthur'
                       }; 

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