Skip to content

Instantly share code, notes, and snippets.

@robinweser
Forked from tylermcginnis/React Component Highlighter
Last active September 11, 2015 07:36
Show Gist options
  • Save robinweser/8ab019f73bc4f26518db to your computer and use it in GitHub Desktop.
Save robinweser/8ab019f73bc4f26518db to your computer and use it in GitHub Desktop.
(function(){Array.prototype.slice.call(document.querySelectorAll('[data-reactid]')).forEach(function(ele){ele.style.background = 'rgba(0, 129, 255, 0.05)'})})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment