Created
November 12, 2015 10:31
-
-
Save romuald/672ef6a2030921989dfe to your computer and use it in GitHub Desktop.
Readable Docker docs
This file contains hidden or 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 Readable Docker docs | |
| // @namespace http://your.homepage/ | |
| // @version 0.1 | |
| // @description Readable docs, use more than 50% screen size | |
| // @author You | |
| // @match http://docs.docker.com/* | |
| // @grant none | |
| // ==/UserScript== | |
| jQuery('.large-6').css({'width': '100%', 'padding-left': '50px', 'padding-right': '50px'}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment