Advertisement
Joeytje50

Untitled

Sep 26th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('[name="message"]')[0].keypress(function(e) {
  2.     if (e.which == 32||e.which == 13) {
  3.         this.value = this.value.replace(/shit|fuck|POOPFACE/g, '(cabbage)');
  4.     }
  5. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement