Spotify Ad Skipper + Seek Controls

Exposes Spotify internal player as window.SpotifyPlayer with seek, skip ads, and keyboard controls

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
addavriance
Dziennych instalacji
0
Wszystkich instalacji
148
Oceny
0 0 0
Wersja
1.4.0
Utworzono
07-06-2026
Zaktualizowano
23-06-2026
Rozmiar
5,73 KB
Licencja
MIT
Dotyczy

Exposes Spotify's internal player as window.SpotifyPlayer - a public API you can use from the browser console or other scripts.

Methods

  • SpotifyPlayer.skipAd() - skip current ad
  • SpotifyPlayer.seek(seconds) - seek forward/backward (e.g. seek(15), seek(-30))
  • SpotifyPlayer.seekTo(ms) - seek to absolute position in milliseconds
  • SpotifyPlayer.isAd() - returns true if current track is an ad
  • SpotifyPlayer.getTrack() - returns current track object
  • SpotifyPlayer.findModules(...terms) - search webpack modules by source terms

Features

  • Ads are skipped automatically in the background
  • Arrow keys seek ±15 seconds

Notes

Uses webpack internal module access (webpackChunkclient_web) and patches ListPlayerClass.prototype.load to expose the player instance. Works as of Spotify Web Player 1.3.x.