const style = document.createElement('style'); style.textContent = ".slideInUp .duration-option{display: none;}"; document.head.append(style);