您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Enhances the native lyrics UI on dab.yeet.su with a custom, stable lyric stream.
DabLyrics completely overhauls the default lyrics experience on dab.yeet.su
, replacing it with a more beautiful, stable, and feature-rich interface. Enjoy perfectly synced lyrics in either a custom fullscreen view or a convenient floating window.
To open the custom fullscreen view, simply click the original "Show lyrics fullscreen" button on the player bar.
The floating window appears by default when you're not in fullscreen mode.
You can easily fine-tune the script by editing the SETTINGS
object at the top of the script file in your Tampermonkey editor.
const SETTINGS = {
language: "en", // Target language for translation (e.g., "es", "fr"). "en" disables it.
lyricsDelay: 280 // Fine-tune delay in ms to perfect sync (higher = lyrics appear later).
};
Based on the original script by @Ahnaf. Licensed under MIT.