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 / Internet Roadtrip - Smaller Wheel Click Area.user.js
Last active May 13, 2025 19:34
Internet Roadtrip - Smaller Wheel Click Area
// ==UserScript==
// @name Internet Roadtrip - Smaller Wheel Click Area
// @namespace me.netux.site/user-scripts/internet-roadtrip/smaller-wheel-click-area
// @match https://neal.fun/internet-roadtrip/*
// @grant none
// @version 1.0.1
// @author Netux
// @run-at document-end
// ==/UserScript==
@netux
netux / Internet Roadtrip - Vote History.user.js
Last active May 14, 2025 22:10
Internet Roadtrip - Vote History
// ==UserScript==
// @name Internet Roadtrip - Vote History
// @namespace me.netux.site/user-scripts/internet-roadtrip/vote-history
// @match https://neal.fun/internet-roadtrip/*
// @grant none
// @version 1.5.1
// @author Netux
// @icon https://www.google.com/s2/favicons?sz=64&domain=neal.fun
// ==/UserScript==
@netux
netux / Internet Roadtrip look out the window.user.js
Last active May 16, 2025 09:53
Internet Roadtrip - Look Out The Window v1
// ==UserScript==
// @name Internet Roadtrip - Look Out The Window
// @namespace me.netux.site/user-scripts/internet-roadtrip/look-out-the-window-v1
// @version 1.8
// @author Netux
// @match https://neal.fun/internet-roadtrip/
// @icon https://www.google.com/s2/favicons?sz=64&domain=neal.fun
// @grant none
// @run-at document-end
// ==/UserScript==
@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==