Skip to content

Instantly share code, notes, and snippets.

View ReedGraf's full-sized avatar

Reed Graf ReedGraf

View GitHub Profile
@ReedGraf
ReedGraf / playbackhog.user.js
Last active October 29, 2025 16:43
Auto Resume Qobuz Playback
// ==UserScript==
// @name Qobuz Playback Hog
// @namespace reed.script
// @match *://play.qobuz.com/*
// @grant none
// @version 1.1
// @author Reed Graf
// @description Instantly presses resume playback button.
// @homepageURL https://gist.github.com/ReedGraf/8fc1024042fd2a2bd572ba82eb7dcbd9
// @downloadURL https://gist.github.com/ReedGraf/8fc1024042fd2a2bd572ba82eb7dcbd9/raw/playbackhog.user.js
@ReedGraf
ReedGraf / qbztoken.user.js
Last active September 5, 2025 13:06 — forked from uhwot/qbztoken.user.js
allows logging in via auth tokens on play.qobuz.com
// ==UserScript==
// @name qobuz auth token login
// @namespace io.github.uhwot.qbztoken
// @match https://play.qobuz.com/*
// @grant none
// @version 1.1
// @author Updated by Reed Graf
// @description allows logging in via auth tokens on qobuz
// @homepageURL https://gist.github.com/ReedGraf/e2cda3d4bcca35a155805f9aab2c97df
// @downloadURL https://gist.github.com/ReedGraf/e2cda3d4bcca35a155805f9aab2c97df/raw/qbztoken.user.js
@uhwot
uhwot / qbztoken.user.js
Last active November 21, 2025 20:15
allows logging in via auth tokens on play.qobuz.com
// ==UserScript==
// @name qobuz auth token login
// @namespace io.github.uhwot.qbztoken
// @match https://play.qobuz.com/*
// @grant none
// @version 1.0
// @author uh wot
// @description allows logging in via auth tokens on qobuz
// @homepageURL https://gist.github.com/uhwot/8250904f3e4bfbad684c5ec26943e082
// @downloadURL https://gist.github.com/uhwot/8250904f3e4bfbad684c5ec26943e082/raw/qbztoken.user.js