Skip to content

Instantly share code, notes, and snippets.

@natbat
Created May 22, 2009 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natbat/116061 to your computer and use it in GitHub Desktop.
Save natbat/116061 to your computer and use it in GitHub Desktop.
if ((location.href.split('?')[1] || '').indexOf('print') > -1) {
/* assuming all other stylesheets are on media all, this means you can use the ?print query string to preview print styles */
$('link[media=print]').attr('media', '');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment