This file contains hidden or 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 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 |