Script Summary: Hides google news articles that have certain words in the headline
After you install the script you may want to edit it a bit so that different words trigger the censorship. The words are near the top of the script, so you should be able to find them easily.
Just change
var badWords = ["murder", "crash", "rape", "killer"];
to be whatever you like. Surround each word with double quotes and have a comma after each, except the last word.



