DabLyrics

Enhances the native lyrics UI on dab.yeet.su with a custom, stable lyric stream.

作者
Ahnaf Hasan
日安装量
0
总安装量
0
评分
0 0 0
版本
1.0.0
创建于
2025-08-06
更新于
2025-08-06
大小
19.2 KB
许可证
MIT
适用于

Description

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.


Features

  • Custom Fullscreen UI: Replaces the default fullscreen lyrics with a smooth, vertically scrolling "tape" style view that's easier on the eyes.
  • Floating Mode: A draggable, resizable, and collapsible floating window to keep lyrics on screen while you browse.
  • Tighter Syncing: Optimized timing logic with a configurable delay ensures lyrics are perfectly synchronized with the music.
  • Multi-Source Fetching: Automatically pulls lyrics from multiple reliable sources to maximize compatibility.
  • Translation Support: Automatically translate lyrics into your preferred language.
  • State Persistence: Remembers the position, size, and state of the floating window between sessions.


How to Use

Native Fullscreen Lyrics

To open the custom fullscreen view, simply click the original "Show lyrics fullscreen" button on the player bar.

  • To close the view, click the '▼' button at the top right.

Floating Lyrics Window

The floating window appears by default when you're not in fullscreen mode.

  • Move: Click and drag the header bar.
  • Resize: Click and drag the bottom-right corner.
  • Collapse/Expand: Click the '_' or '□' button in the header.


Configuration

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.