Skip to content

Instantly share code, notes, and snippets.

@devhero
Created June 17, 2017 00:02
Show Gist options
  • Save devhero/9415119fe711bd0f6e9ce9a87f5b61e0 to your computer and use it in GitHub Desktop.
Save devhero/9415119fe711bd0f6e9ce9a87f5b61e0 to your computer and use it in GitHub Desktop.
$('*[media="screen"],*[media="print"]').attr('media', '')
// If page doesn't have jQuery, inject it:
var el = document.createElement('script'); el.type = "text/javascript"; el.src = "http://code.jquery.com/jquery-latest.pack.js"; document.body.appendChild(el);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment