// Time Doctor Dot Org
// version 0.01 ALPHA
// 2009-03-04
// Copyright (c) 2009, Old Man Feld
// Released under the GPL license
// http://www.gnu.org/copyleft/gpl.html

// ==UserScript==
// @name          Time Doctor Dot Org
// @namespace     http://timedoctor.org/
// @description   Fix grammar mistakes made by the bullheaded TimeDoctor himself.
// @include       http://timedoctor.org/*
// ==/UserScript==

document.body.innerHTML=document.body.innerHTML.replace(/an hilariously/g, "<blink><font size=4>a hilariously</font></blink>");
