Skip to content

Instantly share code, notes, and snippets.

@anthonyec
Last active October 3, 2016 14:29
Show Gist options
  • Save anthonyec/5bda710f26b5c0fc50ee6c3a29d74244 to your computer and use it in GitHub Desktop.
Save anthonyec/5bda710f26b5c0fc50ee6c3a29d74244 to your computer and use it in GitHub Desktop.
Patch: change google background color to red
{
"summary": "Wow",
"urls": [
"*.google.com/*"
],
"permissions": [
"css"
]
}
body {
background: red !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment