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