Skip to content

Instantly share code, notes, and snippets.

@birkestroem
Created May 11, 2016 08:52
Show Gist options
  • Save birkestroem/487ee6488c1a4b28da507d964e2335b3 to your computer and use it in GitHub Desktop.
Save birkestroem/487ee6488c1a4b28da507d964e2335b3 to your computer and use it in GitHub Desktop.
GM Asana wide
// ==UserScript==
// @name Asana wide
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://app.asana.com/*
// @grant GM_addStyle
// ==/UserScript==
(function() {
'use strict';
GM_addStyle('#center_pane_container { max-width: none !important; }');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment