Remove timeline from reddit

By megastarxs Last update Apr 2, 2012 — Installed 1,156 times.
// ==UserScript==
// @name           Enough of timeline
// @namespace      xpsdeset
// @include        http://www.reddit.com/
// ==/UserScript==


  document.getElementById("timeline").style.display="none";