soundgasm dark mode
// ==UserScript== // @name S-OW-ndGasm // @namespace http://soundgasm.net/ // @version 0.1 // @description soundgasm dark mode // @author anonfoxer // @match https://soundgasm.net/* // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant none // @license MIT // ==/UserScript== document.body.style.background = "#1c1c1c";