Created
October 21, 2016 22:17
-
-
Save neatnick/56ba877efa86a5d7766ab37a0342774a to your computer and use it in GitHub Desktop.
Halloween Spirit
This file contains 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
$("h1, h2, h3, h4, span, p").text(function(index, text){ return text.replace(/o/ig, "🎃").replace(/a/ig, "💀"); }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment