diff --git a/scoresaber-utils.user.js b/scoresaber-utils.user.js index 22c416c..b3d183b 100644 --- a/scoresaber-utils.user.js +++ b/scoresaber-utils.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name ScoreSaber Utils // @namespace https://ssu.fascinated.cc -// @version 1.0.3 +// @version 1.0.4 // @description Useful additions to ScoreSaber! // @author Fascinated // @match https://scoresaber.com/* @@ -109,8 +109,6 @@ async function loadPlayerData(path) { loadingElement.remove(); } -loadPlayerData(); - // Watch for URL changes let previousUrl = ""; const observer = new MutationObserver(function (mutations) {