diff --git a/Source/content_script.js b/Source/content_script.js index 90f640b7..da18f86e 100644 --- a/Source/content_script.js +++ b/Source/content_script.js @@ -54,6 +54,12 @@ function replaceText(v) } } } + + // clean it + v = v.replace(/\bclean it\b/gi, "soak it and yourself in alcohol"); + + // whiskey + v = v.replace(/\bwater\b/gi, "whiskey"); return v; }