fix double data loading
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m20s
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m20s
This commit is contained in:
parent
c0d2781fd0
commit
ddaa1e7c97
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user