Skip to content

Instantly share code, notes, and snippets.

@addavriance
addavriance / spotify-ad-skip.user.js
Last active June 23, 2026 19:27
Spotify ads skip with internal player expose
// ==UserScript==
// @name Spotify Ad Skipper + Seek Controls
// @name:ru Spotify пропуск рекламы + управление перемоткой
// @description Exposes Spotify internal player as window.SpotifyPlayer with seek, skip ads, and keyboard controls
// @description:ru Открывает внутренний плеер Spotify как window.SpotifyPlayer с перемоткой, пропуском рекламы и управлением с клавиатуры
// @keywords spotify skip ads, spotify ad skipper, spotify seek bar, spotify pip, picture in picture spotify, spotify premium bypass, spotify мини плеер, реклама спотифай, спотифай пип
// @namespace https://gist.github.com/addavriance
// @author addavriance
// @license MIT
// @version 1.4.0
@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