var style = document.createElement('style'); style.textContent = '.block1{box-shadow:inset ' + window.getComputedStyle(document.querySelector('.block-1')).boxShadow + ' !important}'; document.head.appendChild(style);