Spotify Romaji

Converts kana and kanji to romaji in Spotify webapp

< Feedback on Spotify Romaji

Review: Good - script works

§
Posted: 05-07-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) }

RemonadeAuthor
§
Posted: 12-07-2023

Added your fix

Thank you

Post reply

Sign in to post a reply.