Update script.user.js

This commit is contained in:
Nova Cat 2024-11-30 17:03:10 -08:00
parent 1e6b43029e
commit b50f2caffe

View file

@ -1,11 +1,12 @@
// ==UserScript== // ==UserScript==
// @name Snap! Dark Theme // @name Snap! Dark Theme
// @namespace Violentmonkey Scripts // @namespace http://tampermonkey.net/
// @match https://snap.berkeley.edu/* // @match https://snap.berkeley.edu/*
// @exclude *://snap.berkeley.edu/snap/*
// @grant none // @grant none
// @version 1.0 // @version 1.0
// @author ampelectrecuted // @author Swee
// @description A dark theme for Snap! // @description Fork of https://forum.snap.berkeley.edu/t/18272
// ==/UserScript== // ==/UserScript==
// //
function isBootstrap5() { function isBootstrap5() {