Created
June 24, 2011 13:51
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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