Skip to content

Instantly share code, notes, and snippets.

@koteq
Created January 25, 2017 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koteq/e51f73210f569e1c9303d62f5d8328ef to your computer and use it in GitHub Desktop.
Save koteq/e51f73210f569e1c9303d62f5d8328ef to your computer and use it in GitHub Desktop.
// ==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