AO3: highlight tags

Configure tags to be highlighted with different colors

Versão de: 09/12/2017. Veja: a última versão.

Autor
Fangirlishness
Avaliações
0 0 0
Versão
1.1
Criado
03/04/2015
Atualizado
09/12/2017
Tamanho
1,56 KB
Licença
N/A
Aplicável a

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