// @name            Fix facebook
// @namespace       http://www.onlineaspect.com
// @description     Fix the vertical spacing on facebooks top menu
// @include         http://www.facebook.com/*
document.getElementById('menubar_container').style.top = '-6px';  // maybe -7px
// move the logo too?
//document.getElementById('fb_menubar_logo').style.top = '2px';
