OSNews indexbox remover

By KARASZI István Last update Jan 9, 2008 — Installed 76 times. Daily Installs: 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           OSNews indexbox remover
// @namespace      http://persistent.info/greasemonkey
// @include        http://*osnews.com/*
// @description    This script removes the OSNews indexbox (featured stories) because it looks ugly
// ==/UserScript==
GM_addStyle("div#indexbox { display: none; }");