Extension to MonkeyBush

From Chickenfoot Script Repository

// ==UserScript==
// @name Extension to MonkeyBush
// @when Pages Match
// @description extension to monkey-bush
// @include http://www.cnn.com/
// @include http://www.nytimes.com/
// ==/UserScript==
for (word = new find(new TC('word')); 
  word.hasMatch; 
  word = word.next)
}
 if (word == 'Bush')
   replace(word, "Monkeyboy")
 if (word == 'Rumsfeld')
   replace(word, "Skeletor") 
 if (word == 'Cheney')
   replace(word, "Mumm Ra")
 if (word == 'Alberto Gonzales')
   replace(word, 'Pepe le Peu')
 if (word == 'Condoleeza')
   replace(word, 'Red Beans and ')
 if (word == 'Tom Snow')
   replace(word, 'Yellow Snow')
}
//note: this has not been tested.  I just read about chickenfoot so if this
//doesn't work i'll come back and fix it!  otherwise, it should make for more
//interesting reading of politics.