Update script.user.js
This commit is contained in:
parent
1e6b43029e
commit
b50f2caffe
1 changed files with 4 additions and 3 deletions
|
@ -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() {
|
Loading…
Reference in a new issue