From c96a8bdecbdd813ad40e135e05d5d70854519e9d Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 30 Jun 2022 13:54:58 -0300 Subject: [PATCH] Make script work without page refresh --- script.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/script.js b/script.js index fb3ee64..470d63c 100644 --- a/script.js +++ b/script.js @@ -1,13 +1,12 @@ // ==UserScript== // @name Spotify Background Changer // @namespace http://tampermonkey.net/ -// @version 0.0.1 +// @version 0.0.2 // @description Changes the background of Spotify playlists and albums in a rainbow pattern // @author Isaac Shoebottom // @updateURL https://raw.githubusercontent.com/Glaceon575/SpotifyBackgroundSwitcher/master/script.js // @downloadURL https://raw.githubusercontent.com/Glaceon575/SpotifyBackgroundSwitcher/master/script.js -// @match https://open.spotify.com/playlist/* -// @match https://open.spotify.com/album/* +// @match https://open.spotify.com/* // @require https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js // @grant none // ==/UserScript==