Skip to content

Instantly share code, notes, and snippets.

@schalkburger
Created July 22, 2018 18: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 schalkburger/ac234e3e70835e8f54395642946677aa to your computer and use it in GitHub Desktop.
Save schalkburger/ac234e3e70835e8f54395642946677aa to your computer and use it in GitHub Desktop.
Bookmarklet - Debug CSS
javascript:(function(d,i,l){l=d.getElementById(i);if(l){l.parentNode.removeChild(l);return;}l=d.createElement('link');l.id=i;l.rel='stylesheet';l.type='text/css';l.href='//imbrianj.github.io/debugCSS/debugCSS.css';d.getElementsByTagName('head')[0].appendChild(l);}(document,'debugCSS'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment