Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

added 'my cat' substitution from xkcd.com/1689/ #52

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion substitutions/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,14 @@ var default_replacements = [
['forces', 'horses'],

//https://xkcd.com/1004/
['batman', 'a man dressed like a bat']
['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']
];
//Default Blacklist
var default_blacklisted_sites = [
Expand Down