// ==UserScript==
// @name Facebook
// @namespace Facebook
// @description Fixes annoying layout
// @include http://*.facebook.com/*
// @include http://www.facebook.com/*
// @include https://*.facebook.com/*
// ==/UserScript==
// This will get rid of the stupid cutcorner look.
document.getElementById('navigator').style.background ='#3b5998';
