var style = document.createElement("style"); style.type = "text/css"; style.innerText = "* { -webkit-user-select: all !important; -moz-user-select: all !important; user-select: all !important; }"; var head = document.getElementsByTagName("head")[0]; head.appendChild(style);