$('head').append($('<style>@media print{a[href]:after{content:none !important;}}</style>')); // hide href values in links
$('head').append($('<style>@media print{a{color:rgb(0, 122, 151) !important;}}</style>')); // enforce link color
Last active
May 8, 2018 21:03
-
-
Save thousandlemons/cf60b367638db208235a74690b431425 to your computer and use it in GitHub Desktop.
Hide href values and enforce link colors for printing with JQuery
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment