Coder Social home page Coder Social logo

ovalquilter / lyrics-status Goto Github PK

View Code? Open in Web Editor NEW
24.0 3.0 14.0 148 KB

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

JavaScript 100.00%
discord javascript web lyrics discord-web spotify spotify-lyrics spotify-plugin spotify-web spotify-web-player

lyrics-status's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.