Skip to content

Instantly share code, notes, and snippets.

@edm00se
Created July 27, 2023 17:04
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 edm00se/b01a34d44ca50e1afb6196b6eb03fd83 to your computer and use it in GitHub Desktop.
Save edm00se/b01a34d44ca50e1afb6196b6eb03fd83 to your computer and use it in GitHub Desktop.
print url after hyperlinks
@media print {
a::after{
content: " (" attr(href) ") ";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment