Spotify Romaji

Converts kana and kanji to romaji in Spotify webapp

< Feedback on Spotify Romaji

Review: Good - script works

§
Posted: 2023-07-05

[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) }

RemonadeAuthor
§
Posted: 2023-07-12

Added your fix

Thank you

Post reply

Sign in to post a reply.