Greasy Fork is available in English.

Spotify Ad Skipper + Seek Controls

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

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

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

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
addavriance
1日のインストール数
3
累計インストール数
148
評価
0 0 0
バージョン
1.4.0
作成日
2026/06/07
更新日
2026/06/23
大きさ
5.73KB
ライセンス
MIT
対象サイト

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.