Skip to content

Commit

Permalink
"my cat" substitutions
Browse files Browse the repository at this point in the history
  • Loading branch information
PorygonZRocks authored Jun 14, 2017
1 parent 2c49c32 commit 68c4826
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions substitutions/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ var default_replacements = [
//https://xkcd.com/1004/
['batman', 'a man dressed like a bat'],

//https://xkcd.com/1689/
['my cat', 'my friend Catherine'],
['his cat', 'his friend Catherine'],
['her cat', 'her friend Catherine'],
['their cat', 'their friend Catherine'],
['your cat', 'your friend Catherine'],

//https://xkcd.com/1704/
['no man', 'Gnome Ann']
];
Expand Down

0 comments on commit 68c4826

Please sign in to comment.