Last active
January 8, 2025 16:52
-
-
Save rpdelaney/7e4a8b59c6f9ddd6e169a7b277727f68 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "2.6", | |
"groups": [ | |
{ | |
"name": "Watts to Joules/sec", | |
"urls": [ | |
"factoriolab.github.io", | |
"wiki.factorio.com" | |
], | |
"substitutions": [ | |
{ | |
"input": "kw", | |
"inputType": "text", | |
"outputType": "text", | |
"output": "kJ/s", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "mw", | |
"inputType": "text", | |
"outputType": "text", | |
"output": "mJ/s", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "megawatt(s)?", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "megajoules/second", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "gigawatt(s)?", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "gigajoules/second", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "watt(s)?", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "joules/second", | |
"caseSensitive": false | |
} | |
], | |
"html": "none", | |
"enabled": true, | |
"mode": "auto&manual" | |
}, | |
{ | |
"name": "blockchain", | |
"urls": [ | |
"*" | |
], | |
"substitutions": [ | |
{ | |
"input": "blockchains", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "distributed systems of computation for converting electricity into waste heat", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "Blockchains", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "Distributed systems of computation for converting electricity into waste heat", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "blockchain", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "distributed system of computation for converting electricity into waste heat", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "Blockchain", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "A distributed system of computation for converting electricity into waste heat", | |
"caseSensitive": true | |
} | |
], | |
"html": "none", | |
"enabled": true, | |
"mode": "auto&manual" | |
}, | |
{ | |
"name": "crypto", | |
"urls": [ | |
"*" | |
], | |
"substitutions": [ | |
{ | |
"input": "crypto(currency|coin)", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "fake money", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "crypto(currencies|coins)", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "fake monies", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "Crypto(currency|coin)", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "Fake money", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "Crypto(currencies|coin)", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "Fake monies", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "(?<=a)lt(\\s|-)?coin(s)?", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "lternative forms of fake money", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "hyperloop", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "futuristic hamster tube", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "Hyperloop", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "Futuristic Hamster Tube", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "Litecoin", | |
"inputType": "text", | |
"outputType": "text", | |
"output": "Small-butt coin", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "litecoin", | |
"inputType": "text", | |
"outputType": "text", | |
"output": "small-butt coin", | |
"caseSensitive": true | |
} | |
], | |
"html": "none", | |
"enabled": true, | |
"mode": "auto&manual" | |
}, | |
{ | |
"name": "Ethereum", | |
"urls": [ | |
"*" | |
], | |
"substitutions": [ | |
{ | |
"input": "ethereum", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "buttcoin with \"smart\" contracts", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "Ethereum", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "Buttcoin with \"smart\" contracts", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "\\b(?<!(\\. |\\n|^))Ether(eum)?\\b", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "this worthless crap", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "ETH", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "HORSHT", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "Ξ", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "💩", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "smart contract", | |
"inputType": "text", | |
"outputType": "text", | |
"output": "\"smart\" contract", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "Smart contract", | |
"inputType": "text", | |
"outputType": "text", | |
"output": "\"Smart\" contract", | |
"caseSensitive": true | |
} | |
], | |
"html": "none", | |
"enabled": true, | |
"mode": "auto&manual" | |
}, | |
{ | |
"name": "Bitcoin", | |
"urls": [ | |
"*" | |
], | |
"substitutions": [ | |
{ | |
"input": "bitcoin", | |
"inputType": "text", | |
"outputType": "text", | |
"output": "buttcoin", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "BTC", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "🍑TC", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "Bitcoin", | |
"inputType": "text", | |
"outputType": "text", | |
"output": "Buttcoin", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "₿", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "🍑🪙", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "XBT", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "X🍑T", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "Satoshi Nakamoto", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "a basement-dwelling weeb with too much time on their hands", | |
"caseSensitive": false | |
} | |
], | |
"html": "none", | |
"enabled": true, | |
"mode": "auto&manual" | |
}, | |
{ | |
"name": "Jeff Bezos -> Uncle Fester", | |
"urls": [ | |
"*" | |
], | |
"substitutions": [ | |
{ | |
"input": "Jeff Bezos", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "Uncle Fester", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "Bezos", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "Fester", | |
"caseSensitive": false | |
} | |
], | |
"html": "none", | |
"enabled": true, | |
"mode": "auto&manual" | |
}, | |
{ | |
"name": "Elon Musk", | |
"urls": [], | |
"substitutions": [ | |
{ | |
"input": "Musk Foundation", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "Goat Worship Foundation", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "(?<!(\\. |\\n|^))(Elon(?:(?: Reeve)? Musk))", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "an angry goat in rut", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "(Elon(?:(?: Reeve)? Musk))", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "An angry goat in rut", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "(?<!(\\. |\\n|^))(Musk)", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "this obnoxious, smelly animal", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "Musk", | |
"inputType": "text", | |
"outputType": "text", | |
"output": "This obnoxious, smelly animal", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "SpaceX", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "Wannabe-NASA", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "The Boring Company", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "Glorified Tunnel Diggers, LLC", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "Neuralink", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "Brain Chip Implantation Services", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "Elon", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "a stanky-ass goat pissing on his own face", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "X(\\.)? Corp", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "The Smoldering Remnants of Twitter", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "(?<!(\\. |\\n|^|Nikola ))Tesla((,)?( Inc\\.)?)", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "A vendor of overpriced pseudo-autonomous cars", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "Tesla((,)?( Inc\\.)?)", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "a vendor of overpriced pseudo-autonomous cars", | |
"caseSensitive": false | |
} | |
], | |
"html": "output", | |
"enabled": true, | |
"mode": "auto&manual" | |
}, | |
{ | |
"name": "Metaverse", | |
"urls": [], | |
"substitutions": [ | |
{ | |
"input": "(?<!(\\. |\\n|^))(Metaverse)", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "digital fever dream", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "Metaverse", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "Digital fever dream", | |
"caseSensitive": false | |
} | |
], | |
"html": "none", | |
"enabled": true, | |
"mode": "auto&manual" | |
}, | |
{ | |
"name": "Monero", | |
"urls": [], | |
"substitutions": [ | |
{ | |
"input": "Monero", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "anonymized Buttcoin", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "monero", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "anonymized Buttcoin", | |
"caseSensitive": true | |
} | |
], | |
"html": "none", | |
"enabled": true, | |
"mode": "auto&manual" | |
}, | |
{ | |
"name": "dogecoin", | |
"urls": [], | |
"substitutions": [ | |
{ | |
"input": "Dogecoin", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "Buttcoin for zoomers", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "dogecoin", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "buttcoin for zoomers", | |
"caseSensitive": false | |
} | |
], | |
"html": "none", | |
"enabled": true, | |
"mode": "auto&manual" | |
}, | |
{ | |
"name": "NFT", | |
"urls": [], | |
"substitutions": [ | |
{ | |
"input": "\\(non-fungible token(s)?\\)", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "(yes, you read that correctly)", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "\\(NFT(s)?\\)", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "(yes, you read that correctly)", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "Non-Fungible Token", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "URL on Blockchain", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "non-fungible tokens", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "URLs on blockchain", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "non-fungible token", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "URL on blockchain", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "NFTs", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "URLs on blockchain", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "an NFT", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "a URL on blockchain", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "An NFT", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "A URL on blockchain", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "NFT", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "URL on blockchain", | |
"caseSensitive": true | |
} | |
], | |
"html": "none", | |
"enabled": true, | |
"mode": "auto&manual" | |
}, | |
{ | |
"name": "Decentralized finance", | |
"urls": [], | |
"substitutions": [ | |
{ | |
"input": "Decentralized finance", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "Anarcho-capitalist fantasy", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "DeFi", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "AnCaF", | |
"caseSensitive": false | |
}, | |
{ | |
"input": "decentralized finance", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "anarcho-capitalist fantasy", | |
"caseSensitive": true | |
} | |
], | |
"html": "none", | |
"enabled": true, | |
"mode": "auto&manual" | |
}, | |
{ | |
"name": "stablecoin", | |
"urls": [], | |
"substitutions": [ | |
{ | |
"input": "stablecoin", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "cryptocoin with extra fraud", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "stablecoins", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "cryptocoins with extra fraud", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "Stablecoin", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "Cryptocoin with extra fraud", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "Stablecoins", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "Cryptocoins with extra fraud", | |
"caseSensitive": true | |
} | |
], | |
"html": "none", | |
"enabled": true, | |
"mode": "auto&manual" | |
}, | |
{ | |
"name": "Trump", | |
"urls": [], | |
"substitutions": [ | |
{ | |
"input": "Trump Organization", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "Orange Man Nuthugging and Criminal Organization", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "Trump", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "President Trump (the convicted felon)", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "Donald Trump", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "Donald Trump (the convicted felon)", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "Truth Social", | |
"inputType": "wholewords", | |
"outputType": "text", | |
"output": "\"Truth\" Social", | |
"caseSensitive": true | |
}, | |
{ | |
"input": "(?<!President\\s)Trump\\b", | |
"inputType": "regexp", | |
"outputType": "text", | |
"output": "This orange sack of shit", | |
"caseSensitive": true | |
} | |
], | |
"html": "none", | |
"enabled": true, | |
"mode": "auto&manual" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment