Hacker News new | ask | show | jobs
by modin 2243 days ago
You can do this in CSS, but it's semantically different than an external link symbol.

  @media print {
    a::after{
      content: " (" attr(href) ") ";
    }
  }