Skip to content

Instantly share code, notes, and snippets.

@albert-tomanek
Last active September 29, 2022 18:44
Show Gist options
  • Save albert-tomanek/bb143529577f8f8fb754bb87cf4253df to your computer and use it in GitHub Desktop.
Save albert-tomanek/bb143529577f8f8fb754bb87cf4253df to your computer and use it in GitHub Desktop.
{
"version": "2.1",
"groups": [
{
"name": "Synced substitutions",
"urls": [],
"substitutions": [
{
"input": "libtard",
"inputType": "text",
"output": "liberal",
"caseSensitive": false
},
{
"input": "brexit",
"inputType": "text",
"output": "🇪🇺🙈🇬🇧",
"caseSensitive": false
},
{
"input": "((Liz)|(elizabeth))?.?Truss",
"inputType": "regexp",
"output": "🐷",
"caseSensitive": false
},
{
"input": "(conservative( party)?)|(\\Wtory)",
"inputType": "regexp",
"output": " 🔷",
"caseSensitive": false
},
{
"input": "(conservatives)|(\\Wtories)",
"inputType": "regexp",
"output": " 🔷s",
"caseSensitive": false
}
],
"html": "output",
"enabled": true,
"mode": "auto&manual"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment