Created
September 26, 2016 13:11
-
-
Save zeraphie/0a991335ddce2ec02077773cc8ae8103 to your computer and use it in GitHub Desktop.
MAKE EVERYTHING ON A SITE GONG
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
(function(a){for(var b,c=document.createTreeWalker(document.querySelector("body"),NodeFilter.SHOW_TEXT,null,!1);b=c.nextNode();)b.nodeValue=a})('gong'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instructions:
_DISCLAIMER_: This is just a bit of pointless fun! All it will do is change everything on the page that can contain text to the word 'gong' :D
If you want to reset it, simply refresh the page