Skip to content

Instantly share code, notes, and snippets.

@xim
Last active May 24, 2017 19:00
Show Gist options
  • Save xim/6bef9b52ab831b981909 to your computer and use it in GitHub Desktop.
Save xim/6bef9b52ab831b981909 to your computer and use it in GitHub Desktop.
// ==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