Skip to content

Instantly share code, notes, and snippets.

@and3rson
Last active December 1, 2016 11:11
Show Gist options
  • Save and3rson/4cf31608074199b8d8456f7317c0c91e to your computer and use it in GitHub Desktop.
Save and3rson/4cf31608074199b8d8456f7317c0c91e to your computer and use it in GitHub Desktop.
Firefox replace list
{
"version": "0.15",
"groups": [
{
"name": "Downworthy",
"urls": [],
"substitutions": [
{
"input": "Онищенк(о|а|у|ом|ові|и)",
"inputType": "regexp",
"output": "Хуєдрищенк$1",
"caseSensitive": false
},
{
"input": "РФ",
"inputType": "regexp",
"output": "\"Країна Довбойобів\"",
"caseSensitive": false
},
{
"input": "Росія",
"inputType": "regexp",
"output": "Рашка",
"caseSensitive": false
},
{
"input": "ДНР",
"inputType": "regexp",
"output": "ДауНеР",
"caseSensitive": false
},
{
"input": "Путін",
"inputType": "regexp",
"output": "Хуйло",
"caseSensitive": false
},
{
"input": "Путін(а|ові|у|им|і|и)",
"inputType": "regexp",
"output": "Хуйл$1",
"caseSensitive": false
}
],
"html": "none",
"enabled": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment