Skip to content

Instantly share code, notes, and snippets.

View netux's full-sized avatar
👀

Martín Rodríguez netux

👀
View GitHub Profile
@netux
netux / bandcamp-volume-slider.js
Last active July 17, 2023 21:48
BandCamp Volume Slider - because BandCamp is not a real site without this
// ==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==
@netux
netux / pxls_chrome_canvas_workaround.user.js
Created November 24, 2019 17:23
Pxls Chrome canvas displacement workaround
// ==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==