Greasy Fork is available in English.

Spotify Romaji

Converts kana and kanji to romaji in Spotify webapp

< Opiniones de Spotify Romaji

Puntuación: Bueno; el script funciona tal y como promete

§
Publicado: 5/7/2023

[Fixed] Lyrics aren't converted if the lyrics window was already opened when a song change occurs, closing and reopening the lyrics window converts it again mutation.addedNodes.forEach((addedNode) => { convertNodesToRomaji(addedNode); });

Change to

if(mutation.target.textContent != null){ convertNodesToRomaji(mutation.target) }

RemonadeAutor
§
Publicado: 12/7/2023

Added your fix

Thank you

Publicar respuesta

Inicia sesión para responder.