Last active
May 24, 2017 19:00
-
-
Save xim/6bef9b52ab831b981909 to your computer and use it in GitHub Desktop.
This file contains 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 Facebook width adjustment | |
// @namespace https://gist.github.com/xim | |
// @description Make stuff wider on FB | |
// @include https://www.facebook.com/* | |
// @version 4 | |
// @grant GM_addStyle | |
// @downloadURL https://gist.githubusercontent.com/xim/6bef9b52ab831b981909/raw/fbwidth.user.js | |
// ==/UserScript== | |
GM_addStyle("\ | |
div#rightCol {display: none !important;}\ | |
div#contentArea {width: auto !important; right: 0 !important;}\ | |
"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment