NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name My Script
// @namespace http://www.example.com/gmscripts
// @description Scripting is fun
// @license MIT
// @version 0.0.0
// ==/UserScript==
// ==OpenUserJS==
// @author sizzle
// @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');