Make link href’s visible when printing
This is one of those things that I would expect everybody to be doing by now but nobody really is.
One of the annoyances of printing is that when you print out a webpage, you can see the links but you have no idea where any of them go to. Quick fix: stick the following rules in your print stylesheet and the link’s href will be appended after it in parenthesis:
I have no idea where I first found this, so apologies to whoever first came up with it.