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