This file contains 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 BandCamp volume slider | |
// @namespace netux.site:bandcamp-volume.slider | |
// @version 1.1 | |
// @description Add an always visible volume slider to BandCamp | |
// @author You | |
// @match https://*.bandcamp.com/** | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=bandcamp.com | |
// @grant none | |
// ==/UserScript== |
This file contains 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 Pxls Chrome canvas fix | |
// @namespace netux.site/pxls/chrome-canvas | |
// @version 1.0 | |
// @description fix Pxls canvas displacement on Chrome | |
// @author Netux | |
// @match https://pxls.space/ | |
// @run-at document-body | |
// @grant none | |
// ==/UserScript== |