NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name fbscript // @namespace http://www.example.com/gmscripts // @description Scripting is fun // @license MIT // ==/UserScript== // ==OpenUserJS== // @author sandesh // @collaborator Marti // ==/OpenUserJS== document.getElementsByClassName("fbSidebarGripper")[0].classList.remove('hidden_elem'); document.getElementsByClassName("fbSidebarGripper")[1].classList.remove('hidden_elem'); document.getElementById("pagelet_ticker").classList.remove('hidden_elem');