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.0.1 | |
| // @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 |