Skip to content

Instantly share code, notes, and snippets.

@romuald
Created November 12, 2015 10:31
Show Gist options
  • Save romuald/672ef6a2030921989dfe to your computer and use it in GitHub Desktop.
Save romuald/672ef6a2030921989dfe to your computer and use it in GitHub Desktop.
Readable Docker docs
// ==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