NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==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%; }'); })();