We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84c659 commit 5223465Copy full SHA for 5223465
Extensions/autoSkipExplicit.js
@@ -9,6 +9,7 @@
9
setTimeout(ChristianSpotify, 1000);
10
return;
11
}
12
+ await new Promise(res => Spicetify.Events.webpackLoaded.on(res));
13
14
let isEnabled = Spicetify.LocalStorage.get("ChristianMode") === "1";
15
0 commit comments