Because sometimes I don't want to see the word "Necromancy's Fiscal Tecumseh's."
I may or may not eventually get around to properly packaging this as a shareable userscript or extension, complete with preloaded replacement words and such, so to use it:
- Load up a userscript extension that's compatible with the greasemonkey API (violentmonkey is an open source one I've been using, or there's tampermonkey, greasemonkey itself, etc), and paste the code into a newly created script.
- Go to the "values" tab to add a new field to the data store with the key
lolwords
, and fill in your replacements with JSON in the form:
{
"N": ["possible", "replacement..."],
"F": ["possible", "replacement..."],
"T": ["possible", "replacement..."]
}
You should then get a new a button in the extension menu to toggle it on and off to get randomizing. You can also just paste in the data below, but...
The replacement words below were pulled from a system/dictd wordlist. I did my best to filter out anything derogatory using a filter list, but I may have missed a few - it's a huge wordlist! If any others turn up, naturally I'll remove them, but fair warning it hasn't been audited all that carefully.
Also, I definitely left a bunch of profanity in there because it's funnier that way, so, you know, keep that in mind.