Skip to content

Instantly share code, notes, and snippets.

@sugy
sugy / 0_reuse_code.js
Created January 18, 2016 07:01
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
// ==UserScript==
// @name make github pull request commit and blob pages full width with the touch of a button
// @namespace https://gist.github.com/baddox/8739362
// @description Makes the GitHub Pull Request, Commit, and Blob pages span the full width of the browser, rather than maxing out at the default ~900 pixels.
// @include https://github.com/*
// @grant none
// @version 1.1
// ==/UserScript==
// https://gist.github.com/sugy/ba28decf6c0ef438244d