AO3: highlight tags

Configure tags to be highlighted with different colors - please install V2 of this script instead

2023-06-29 기준 버전입니다. 최신 버전을 확인하세요.

작성자
Fangirlishness
평점
0 0 0
버전
1.1
생성일
2015-04-03
갱신일
2023-06-29
크기
1.61KB
라이선스
해당 없음
적용 사이트

There is now a newer version of this script here AO3: highlight tags V2.

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. Just add your own line:

var tagsToHighlight = {"Alternate Universe":"#fda7d1", // pink
"Fanart":"#adf7d1", // light green
"Mpreg.*":"red", // regexp patterns can be used
"somethingelse": "blue"}; // named colors work too