Spotify Ad Skipper + Seek Controls

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

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

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

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.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
addavriance
Daily installs
3
Total installs
148
Ratings
0 0 0
Version
1.4.0
Created
2026-06-07
Updated
2026-06-23
Size
5.73 KB
License
MIT
Applies to

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.