Skip to content

Instantly share code, notes, and snippets.

View cwelsys's full-sized avatar

Connor Welsh cwelsys

  • Arlington, VA
  • 06:08 (UTC -04:00)
View GitHub Profile
@cwelsys
cwelsys / audiocontext-suspender.user.js
Last active March 8, 2026 17:50
AudioContext Suspender
// ==UserScript==
// @name AudioContext Suspender
// @description Suspends newly created AudioContexts after 2 seconds. Ported from the firefox extension created by h43z.
// @version 1.4
// @author cwel
// @license MPL-2.0
// @homepageURL https://github.com/h43z/audiocontextsuspender
// @match *://*/*
// @run-at document-start
// @grant none