Post doesn't exist
Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
I wrote this script for others. I'd use it myself, but as long as I'm willing to live with news being completely inaccessible as a side-effect (which I am), adding The following CSS to userContent.css gives better results. (The news box isn't visible while Greasemonkey is waiting for it's hooks to be called) table.newsouttable { display: none; } |