inmywords
get rid of words you don't want to see on the internet. a chrome extension.
instructions
- download chrome
- download zip file of this repo
- enable "developer mode" on Chrome through extensions menu (settings > extensions > developer mode)
- click "load unpacked extension" and navigate to the folder inmywords
- click "open"
- enjoy responsibly (:
customizing
- navigate to
script.js - change lines 18/19 (
text = text.replace(/\brabbit\b/g, "bunnnnnyyyy");) - replace word between
\band\bwith word you want to replace, and word between" "with the word you want to replace it with - add a new line for every additional word you want to replace
Log in or sign up for Devpost to join the conversation.