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

發表回覆

登入以回復