Skip to content

Instantly share code, notes, and snippets.

@bengfarrell
Last active December 10, 2015 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bengfarrell/f5b519260663af7d8eba to your computer and use it in GitHub Desktop.
Save bengfarrell/f5b519260663af7d8eba to your computer and use it in GitHub Desktop.
Making the internet great again: import into the Word Replacer II plugin for Chrome
{
"version": "2.0.9",
"replacements": [
{
"repA": "muslim",
"repB": "gun",
"type": "Simple",
"case": "Override",
"active": true
},
{
"repA": "ISIL",
"repB": "the NRA",
"type": "Simple",
"case": "Override",
"active": true
},
{
"repA": "ISIS",
"repB": "the NRA",
"type": "Simple",
"case": "Override",
"active": true
},
{
"repA": "mosques",
"repB": "shooting ranges",
"type": "Simple",
"case": "Override",
"active": true
},
{
"repA": "religious",
"repB": "Libertarian",
"type": "Simple",
"case": "Override",
"active": true
},
{
"repA": "religion",
"repB": "2nd Amendment rights",
"type": "Simple",
"case": "Override",
"active": true
},
{
"repA": "Islamic",
"repB": "2nd Amendment",
"type": "Simple",
"case": "Override",
"active": true
},
{
"repA": "Islam",
"repB": "Libertarian",
"type": "Simple",
"case": "Override",
"active": true
},
{
"repA": "jihad",
"repB": "the 2nd Amendment",
"type": "Simple",
"case": "Override",
"active": true
},
{
"repA": "jihadist",
"repB": "Constitutional Fundamentilst",
"type": "Simple",
"case": "Override",
"active": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment