Skip to content

Instantly share code, notes, and snippets.

@kristoferjoseph
Created March 3, 2012 19:30
Show Gist options
  • Save kristoferjoseph/1967710 to your computer and use it in GitHub Desktop.
Save kristoferjoseph/1967710 to your computer and use it in GitHub Desktop.
War is overrated. A bookmarklet that replaces war with hugs. What could be better.
javascript:!function(){var%20regularExpression%20=%20/war/gi;document.body.innerHTML%20=%20document.body.innerHTML.replace(regularExpression,%20%27hugs%27,%20%27gi%27);}();
@kristoferjoseph
Copy link
Author

I should open an issue ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment