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

Update background.js #47

Open
wants to merge 1 commit 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
24 changes: 24 additions & 0 deletions substitutions/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,30 @@ var default_replacements = [
['urged restraint by', 'drunkenly egged on'],
['horsepower', 'tons of horsemeat'],

// https://xkcd.com/1679/
['gaffe', 'magic spell'],
['ancient', 'haunted'],
['star-studded', 'blood-soaked'],
['remains to be seen', 'will never be known'],
['silver bullet', 'way to kill werewolves'],
['subway system', 'tunnels i found'],
['surprising', 'surprising (but not to me)'],
['war of words', 'interplanetary war'],
['tension', 'sexual tension'],
['cautiously optimistic', 'delusional'],
['doctor who', 'the big bang theory'],
['win votes', 'find pok\u00E9mon'],
['behind the headlines', 'beyond the grave'],
['email', 'poem'],
['facebook post', 'poem'],
['tweet', 'poem'],
['facebook ceo', 'this guy'],
['latest', 'final'],
['disrupt', 'destroy'],
['meeting', 'm\u00E9nage \u00E0 trois'],
['scientists', 'channing tatum and his friends'],
['you won\'t believe', 'i\'m really sad about'],

//https://xkcd.com/1031/
['keyboard', 'leopard'],
['keyboards', 'leopards'],
Expand Down