Skip to content

Instantly share code, notes, and snippets.

@flesler
Last active December 19, 2015 00:49
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 flesler/5871165 to your computer and use it in GitHub Desktop.
Save flesler/5871165 to your computer and use it in GitHub Desktop.
javascript:[].forEach.call(document.querySelectorAll('*'),function(n){n.style.textShadow='-0.1em 0 red, 0.1em 0 cyan'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment