Skip to content

Instantly share code, notes, and snippets.

@mathiasbynens
Created June 24, 2011 13:51
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 mathiasbynens/1044801 to your computer and use it in GitHub Desktop.
Save mathiasbynens/1044801 to your computer and use it in GitHub Desktop.
User script to enable the large side-by-side view on jsconsole.com.
// ==UserScript==
// @name Enable the large side-by-side view on jsconsole.com. This is only useful until https://github.com/remy/jsconsole/issues/22 is fixed.
// @author Mathias Bynens <http://mathiasbynens.be/>
// @match http://jsconsole.com/*
// ==/UserScript==
document.body.className = 'large';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment