Skip to content

Instantly share code, notes, and snippets.

@BitesizedLion
Created February 26, 2024 15:07
Show Gist options
  • Save BitesizedLion/f470e1e86d5456e500f24342c4cfa965 to your computer and use it in GitHub Desktop.
Save BitesizedLion/f470e1e86d5456e500f24342c4cfa965 to your computer and use it in GitHub Desktop.
Simple snippet for skipping Spotify DJ
Spicetify.Player.addEventListener("songchange", (event) => {
if (Spicetify.Player.data.item.provider == "narration/intro") Spicetify.Player.next();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment