Skip to content

Instantly share code, notes, and snippets.

@vinbarnes
Forked from rick/gist:897656
Created April 1, 2011 03:59
Show Gist options
  • Save vinbarnes/897704 to your computer and use it in GitHub Desktop.
Save vinbarnes/897704 to your computer and use it in GitHub Desktop.
$('div.message').html(function(index, oldhtml) {
return oldhtml.replace(/Removing/,'Fucking')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment