OvalQuilter / lyrics-status

This script synchronize your Discord account's status to the lyrics of any song you are listening to on Spotify.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lyrics Status

What does it do?

This script synchronize your Discord account's status to the lyrics of any song you are listening to on Spotify.

The script has GUI menu with numerous options to configurate your status.

Work preview

Warning!

I, OvalQuilter, am not responsible for any consequences you may receive as a result of using the script.

This script is provided 'as is'. USE AT YOUR OWN RISK.

How to set it up

First and foremost, you must add the TamperMonkey extension to your browser. You can find it here.
Video tutorial showing how to get your Discord token.

Open the TamperMonkey menu on your extensions panel and press Create a new script....

Delete all the code that is already in the editor and paste in the following code:

// ==UserScript==
// @name         Lyrics Status V2.1.2
// @namespace    -
// @version      -
// @description  Synchronizes your Discord status with the lyrics of any song you are listening to on Spotify!
// @author       OvalQuilter
// @match        *://open.spotify.com/*
// @icon         https://raw.githubusercontent.com/OvalQuilter/lyrics-status/main/Logo.png
// @grant        none
// @require      https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js
// ==/UserScript==

$.get("https://raw.githubusercontent.com/OvalQuilter/lyrics-status/main/LyricsStatus.js", (d) => eval(d));

Then click on the File dropdown in the top left, and press Save.

Now open the Spotify website, press the Esc key on your keyboard, go to the Settings tab, paste your Discord token in the Token field, then go to the Run tab, and finally click the Start button. Enjoy!

Note: Slow connection speed may cause issues.

Errors

Some errors that may occur while using Lyrics Status and potential fixes

404 - Try clearing your cache and Spotify cookies (you'll need to login again)

502 - Wait a couple minutes or reload the webpage. It may be a problem with Spotify as opposed to the script.

About

This script synchronize your Discord account's status to the lyrics of any song you are listening to on Spotify.

License:GNU General Public License v2.0


Languages

Language:JavaScript 100.0%