Skip to content

Instantly share code, notes, and snippets.

@davidcalhoun
Created January 6, 2012 19:48
Show Gist options
  • Save davidcalhoun/1572075 to your computer and use it in GitHub Desktop.
Save davidcalhoun/1572075 to your computer and use it in GitHub Desktop.
Force user-select bookmarklet
javascript:(function(){var a=document.createElement("style");a.innerHTML="*{-webkit-user-select:auto !important;}";document.getElementsByTagName("head")[0].appendChild(a)})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment