yspb
7/3/2015 - 8:54 AM

gistfile1.js

setInterval(function() { 
  Array.prototype.slice.call(document.querySelectorAll('[data-reactid]'))
  .forEach(function(element) { 
    element.style.background = 'rgba(255,0,0,0.1)'; 
  }) 
}, 500)