[].forEach.call(document.querySelectorAll('[class*="block-1"]'), function(node) { node.style.boxShadow = "inset " + getComputedStyle(node).boxShadow; });