Skip to content

Instantly share code, notes, and snippets.

@pfrandsen
Created August 15, 2016 06:23
Show Gist options
  • Select an option

  • Save pfrandsen/6f7f87b631540d64ab62a7088cbd518e to your computer and use it in GitHub Desktop.

Select an option

Save pfrandsen/6f7f87b631540d64ab62a7088cbd518e to your computer and use it in GitHub Desktop.
Make text selectable in Depo (internal tool)
(function() {
for (let elem of document.getElementsByClassName("no-select")) {
elem.classList.remove("no-select");
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment