Created
January 25, 2017 08:35
-
-
Save koteq/e51f73210f569e1c9303d62f5d8328ef to your computer and use it in GitHub Desktop.
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 G+ two columns mode | |
// @version 0.1 | |
// @match https://plus.google.com/* | |
// @grant none | |
// @run-at document-start | |
// ==/UserScript== | |
window.innerWidth = 1200; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment