Skip to content

Instantly share code, notes, and snippets.

@devxoul
Created October 7, 2014 06:11
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 devxoul/6f3b165a37878086d984 to your computer and use it in GitHub Desktop.
Save devxoul/6f3b165a37878086d984 to your computer and use it in GitHub Desktop.
GitHub Monospace Editor
// ==UserScript==
// @name GitHub Monospace Editor
// @namespace http://xoul.kr/github-monospace-editor
// @version 0.1.0
// @description Monospace GitHub Editor
// @match github.com/*/*/*
// @copyright 2014, devxoul
// ==/UserScript==
$(document.head).append($('<style>#pull_request_body { font-family: monospace; }</style>'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment