TryHardDood / Facebook Sticky NavBar

// ==UserScript==
// @name         Facebook Sticky NavBar
// @namespace    http://tryharddood.com/
// @version      1.0
// @description  You can scroll down..
// @author       TryHardDood
// @match        http://*facebook.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    GM_addStyle('#pagelet_bluebar { position: fixed; width: 100%; }');
})();