Facebook News Feed Killer

By billig Last update Apr 21, 2008 — Installed 176 times. Daily Installs: 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           Facebook News Feed Killer
// @author         Billig
// @description    Blocks the news feed from your home screen.
// @include        http://*.facebook.com/home*
// ==/UserScript==

GM_addStyle("#home_main { display: none !important; }");