Skip to content

Instantly share code, notes, and snippets.

@bacanu
Last active August 29, 2015 14:11
Show Gist options
  • Select an option

  • Save bacanu/f10076f0ceb82839de1f to your computer and use it in GitHub Desktop.

Select an option

Save bacanu/f10076f0ceb82839de1f to your computer and use it in GitHub Desktop.
$("*[unselectable]").removeAttr("unselectable");$(".page-blur-promo-overlay").parent().remove(); $("head").append("<style>* { text-shadow: none !important; color: black !important; -webkit-user-select: initial !important; -khtml-user-drag: inital; -khtml-user-select: initial !important; -moz-user-select: initial !important; -moz-user-select: -moz-initial !important; -ms-user-select: initial !important; user-select: initial !important;}</style>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment