Skip to content

Instantly share code, notes, and snippets.

@billythekid
Created July 26, 2016 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billythekid/cbb1a7d29943c94f59e55971d6f25eb4 to your computer and use it in GitHub Desktop.
Save billythekid/cbb1a7d29943c94f59e55971d6f25eb4 to your computer and use it in GitHub Desktop.
javascript:(function(){var a=document.body;a.contentEditable=!(a.contentEditable==="true");var bg=a.style.background;a.style.background='yellow';setTimeout(function(){a.style.background=bg;},200);})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment