Skip to content

Instantly share code, notes, and snippets.

@rick
Created April 1, 2011 02:55
Show Gist options
  • Save rick/897656 to your computer and use it in GitHub Desktop.
Save rick/897656 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