const style = document.createElement('style'); style.textContent = `.jumbotron>div:before { background-image: none; }`; document.body.append(style);