OSNews indexbox remover

By KARASZI István Last update Jan 9, 2008 — Installed 111 times.
// ==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; }");