Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.25 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.25 KB

Youtube Music Lyrics

A userscript to add lyric support for Youtube Music.

Screenshot

screenshot_1 screenshot_2

Features

Click on the lyrics area to toggle fullscreen mode

Lyrics button

  • Left click to toggle lyrics
  • Right click to change the source of lyrics
  • Middle click to toggle Chinese translation

How to use

  1. Clone this repo
  2. Edit .env file, change CLOUDMUSIC_API(Host it by yourself) and MUSIXMATCH_USERTOKEN(You can find it when using Spotify) to yours
  3. Run npm install and npm run build
  4. Import dist/ytml.user.js to Tampermonkey
  5. Done 🎉

How it work

Acknowledgments