Improving the web, one word at a time.

XKCD is a wonderful strip. Sometimes Munroe’s posts are based in deep and often incomprehensible (to me) math, sometimes intriguing science, and sometimes the most violently twisted whimsy one could imagine.

The most recent installment gives some suggestions for making the web-browsing experience more interesting.

substitutions_3

The internet being what it is, and people’s creativity and free time factoring in, it was no surprise that a vehicle has already been created that allows such a list (or any other) to be implemented.

My news feed now looks like this:

news

This courtesy of Word Replacer II, a chrome extension that allows you to wipe out any word in your browser that you might find offensive, tiresome, or annoying, and replace it with any other. Tired of seeing Justin Bieber or Kim Kardashian all over the news? Replace them with “Little Bunny Froo-froo” or “King Koopa.”

Trust me, it will make your daily perusal of the news much more uplifting.

The user interface is a bit hard to use, but the fastest way to get things in is to build a blob with this format and import it. Notice that the closing brace after each segment has a comma after it – all except for the last one.

{
“version”: “2.0.10”,
“replacements”: [
{
“repA”: “Hillary Clinton”,
“repB”: “Her Supreme Corruptness”,
“type”: “Simple”,
“case”: “Maintain”,
“active”: true
},
{
“repA”: “Donald Trump”,
“repB”: “the bombastic blowhard”,
“type”: “Simple”,
“case”: “Maintain”,
“active”: true
}
]
}

It took me a while of fiddling to get them in, but I was able to get about 30 replacements installed and now watching the news feeds actually gives me a smile.

Enjoy.

The Old Wolf has spoken

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s