MusixMatch Lyrics Grabber

Tool to grab Synced lyrics from MusixMatch lyrics pages to either download or upload them to LRCLIB

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Lioncat6
今日安裝
0
安裝總數
5
評價
0 0 0
版本
12-3-2025
建立日期
2025-07-30
更新日期
2025-12-03
尺寸
28.3 KB
授權條款
MIT
腳本執行於

Allows you to view MusixMatch synced lyrics and export, copy, 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 sad

Text (Synced)
[00:11.97] Bring out your notepad
[00:14.18] Write how you're oh so sad

HTML
<‎​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
  • Added multithreading support
  • Added option to toggle multithreading challange solving
  • Updated toasts to show in-progress fetches and solving progress
  • Added feedback to upload button
  • Added more console logging for debugging