// ==UserScript== // @name Snap Community Site dark mode // @namespace http://tampermonkey.net/ // @version 2025-03-24 // @description Dark mode in Snap! Community Site // @author this_is_some1 // @match https://snap.berkeley.edu/* // @icon https://snap.berkeley.edu/static/img/favicon.ico // @grant none // @license MIT // @run-at document-start // @downloadURL none // ==/UserScript== var afsd = document.createElement("div"); afsd.innerHTML = `` document.head.appendChild(afsd);