You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var css = document.createElement("style"); css.type = "text/css"; css.innerHTML = "* { -webkit-touch-callout: text !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; }"; document.body.appendChild(css);
As user !important is more !important than author !important this will work even if this limitation will be decided to be intentional.
Currently it is not possible to select, and then copy the following texts:
The text was updated successfully, but these errors were encountered: