Here you go, Reddits’ puny whiners…
For those Redditers who complain on just about every entry about XKCD, Ron Paul, Pics or whatever, if an awfully simple solution such as downmod the story, don’t upmod the story or just ignore the story (duh?) doesn’t work for you, here’s a greasemonkey’s script to treat your pain.
Please don’t mind the name of the script, that’s just how the tiny little me inside me feels about you guys. Tiny Alvin can almost hear the echo of your long, high-pitched cry all the way inside here!
// ==UserScript==
// @name reddit-whiny
// @namespace redditWhiny
// @description excludes posts in reddit that contain the words 'XKCD, Ron Paul, Pics...'
// @include http://reddit.com/*
// ==/UserScript==
(function()
{
try{
//EDIT HERE
//if the post title contains these words, filter it out, you whiny bastard.
//it's case insensitive, so you don't have to specify XKCD and xkcd, you weenie whiny.
var banWord=new Array('xkcd','ron paul','pic','video');
//DO NOT EDIT ANYTHING BELOW THIS
var mainContent = document.getElementById('main');
var alink = mainContent.getElementsByTagName('a');
var count = 0;
for (var i=0, j=alink.length; i 0){
var dbody = document.getElementById('siteTable');
var note = document.createElement('div');
note.innerHTML = '