AO3: highlight tags V2

Configure tags to be highlighted with different colors

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
Fangirlishness
일일 설치수
0
총 설치수
346
평점
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