// ==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; }");
