var elements = parent.window.document.querySelectorAll('.ВашКласс'); for (var i=0; i<elements.length; i++) {elements[i].style.opacity='0.3'}