Created
March 3, 2012 19:30
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:!function(){var%20regularExpression%20=%20/war/gi;document.body.innerHTML%20=%20document.body.innerHTML.replace(regularExpression,%20%27hugs%27,%20%27gi%27);}(); |
Nah, I definitely got the bookmarklet bit. Global case-insensitive replacement of "war" with "hugs".
One failure case: "wars" gets replaced with "hugss". :)
I should open an issue ;)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I realized after posting this that it wasn't very apparent that it was a bookmarklet. Glad the joke wasn't lost. I used it on a few wiki pages, makes the world seem like such a better place.