Skip to content

Instantly share code, notes, and snippets.

@addavriance
addavriance / spotify-crossfade.user.js
Last active August 25, 2026 01:45
Adds crossfade to Spotify tracks! (hopefully)
// ==UserScript==
// @name Spotify Crossfade
// @namespace https://gist.github.com/addavriance/489ce29f008fd15e8f3ec9aeaa09cb69
// @version 1.0.0
// @description Overlapping crossfade between tracks. DEPENDS on window.SpotifyPlayer being exposed by the base "Spotify Ad Skipper" script - install/enable that one too.
// @author addavriance
// @match https://open.spotify.com/*
// @grant none
// @run-at document-idle
// @updateURL https://gist.github.com/addavriance/489ce29f008fd15e8f3ec9aeaa09cb69/raw/spotify-crossfade.user.js
@addavriance
addavriance / spotify-ad-skip.user.js
Last active August 23, 2026 00:58
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 28, 2026 18:03
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