initial commit
This commit is contained in:
7
greasemonkey/whitelist.user.js
Normal file
7
greasemonkey/whitelist.user.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// ==UserScript==
|
||||
// @match https://search.google.com/*
|
||||
// ==/UserScript==
|
||||
const meta = document.createElement("meta");
|
||||
meta.name = "color-scheme";
|
||||
meta.content = "dark light";
|
||||
document.head.appendChild(meta);
|
||||
Reference in New Issue
Block a user