Tool to grab Synced lyrics from MusixMatch lyrics pages to either download or upload them to LRCLIB
When downloading and copying, you can choose from a list of formats:JSON
[
{
"text": "Bring out your notepad",
"time": {
"total": 11.97,
"minutes": 0,
"seconds": 11,
"hundredths": 97
}
},
{
"text": "Write how you're oh so sad",
"time": {
"total": 14.18,
"minutes": 0,
"seconds": 14,
"hundredths": 18
}
}
]Text
Bring out your notepad
Write how you're oh so sadText (Synced)
[00:11.97] Bring out your notepad
[00:14.18] Write how you're oh so sadHTML
<div>0:11:097 Bring out your notepad</div>
<div>0:14:018 Write how you're oh so sad</div>
⚠️LRCLIB Upload will take a while (~1-5 minutes) due to its rate limiting system relying on solving a hash (POW Rate-limiting)⚠️
ℹ️Multithreading can be enabled in the userscript menu to speed this up, but will be more taxing on your system!ℹ️Changelog
8-2-2025