Skip to content

Instantly share code, notes, and snippets.

/* ==UserStyle==
@name Test UserStyle
@description Does this work?
@match https://www.google.com*
==/UserStyle== */
body {
background-color: blue !important;
}