This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |