Hide Facebook Sidebar

By Blajano Last update Mar 13, 2009 — Installed 3,749 times. Daily Installs: 4, 6, 2, 5, 3, 2, 1, 2, 2, 1, 2, 4, 5, 0, 2, 1, 0, 1, 1, 0, 0, 3, 3, 0, 0, 2, 1, 0, 1, 2, 1, 1

There are 1 previous version of this script.

// ==UserScript==
// @name            Hide Facebook Sidebar
// @namespace       http://userscripts.org/users/83497
// @description     Hides the sidebar including Highlights, People you may know, etc.
// @require         http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
// @include         http://*.facebook.com/*
// ==/UserScript==

$(".UIHotStream").hide();
$(".pymk").hide();
$(".UIHomeBox_MoreLink").hide();
$(".invite_friends").hide();
$(".friend_finder").hide();