Created
April 7, 2014 02:46
-
-
Save cwvh/10014166 to your computer and use it in GitHub Desktop.
Fix for Facebook updated UI (2014-04-06) for smaller desktop displays
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== | |
// @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