Skip to content

Instantly share code, notes, and snippets.

@cwvh
Created April 7, 2014 02:46
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 cwvh/10014166 to your computer and use it in GitHub Desktop.
Save cwvh/10014166 to your computer and use it in GitHub Desktop.
Fix for Facebook updated UI (2014-04-06) for smaller desktop displays
// ==UserScript==
// @match https://www.facebook.com/*
// ==/UserScript==
var e = document.getElementById('rightCol');
e.parentNode.removeChild(e);
document.getElementById('contentArea').style.width = '100%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment