Skip to content

Instantly share code, notes, and snippets.

@addavriance
addavriance / spotify-ad-skip.user.js
Last active June 16, 2026 14:59
Spotify ads skip with internal player expose
// ==UserScript==
// @name Spotify Ad Skipper + Seek Controls
// @description Exposes Spotify internal player as window.SpotifyPlayer with seek, skip ads, and keyboard controls
// @keywords spotify, ads, skip, seek, pip, tampermonkey, greasemonkey
// @author addavriance
// @version 1.3.1
// @match https://open.spotify.com/*
// @grant none
// @run-at document-idle
// @updateURL https://gist.github.com/addavriance/085b2f04a4600ab65791dcd55493493f/raw/spotify-ad-skip.user.js
@addavriance
addavriance / spotify-pip-tiny-unlock.user.js
Last active June 7, 2026 13:38
Removes the Spotify PiP paywall banner to enable unrestricted tiny window resizing.
// ==UserScript==
// @name Spotify PiP Tiny Size Unlock
// @namespace https://gist.github.com/addavriance/161979551cbd6dd8d869c608164dbdb9
// @version 1.2.0
// @description Removes the Spotify PiP paywall banner to enable unrestricted tiny window resizing.
// @author addavriance
// @match https://open.spotify.com/*
// @run-at document-start
// @grant none
// @updateURL https://gist.githubusercontent.com/addavriance/161979551cbd6dd8d869c608164dbdb9/raw/spotify-pip-tiny-unlock.user.js