Spotify Romaji

Converts kana and kanji to romaji in Spotify webapp

< 脚本 Spotify Romaji 的反馈

评价:好评 - 脚本运行良好

§
发布于: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) }

Remonade作者
§
发布于:2023-07-12

Added your fix

§
发布于:2023-07-25

Thank you

发布留言

登录以发布留言。