Skip to content

Instantly share code, notes, and snippets.

@kms70847
Created March 22, 2016 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kms70847/bb70eed33c705414a0b6 to your computer and use it in GitHub Desktop.
Save kms70847/bb70eed33c705414a0b6 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name SoChatAddCodeStyling
// @namespace .
// @description Adds a light gray background to code.
// @include http://chat.stackoverflow.com/rooms/6/python
// @version 1
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle("code {background: lightgray;}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment