Skip to content

Instantly share code, notes, and snippets.

@negipo
Created July 5, 2014 12:41
Show Gist options
  • Save negipo/61cdbccdda4066380670 to your computer and use it in GitHub Desktop.
Save negipo/61cdbccdda4066380670 to your computer and use it in GitHub Desktop.
// with dotjs
$('.tweet-btn').click(function() {
$('.tweet-box.rich-editor div').each(function() {
$(this).text($(this).text().replace(/[^.\/:!\?,@\s ]/g, function() { return ['p', 'o'][Math.floor(Math.random() * 2)]}, 'po'));
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment