🖨️ Print Stylesheet Scaffold Generator
Toggle the print-CSS best practices you want, fill in a selector list where one applies, and get a complete @media print { … } block containing only what you switched on.
Options
Comma-separated selectors to hide
Also removes box-shadows and text-shadows, which usually print as gray smudges.
Selector for which links get the URL appended
Comma-separated selectors
Margin value (any valid CSS length)
Requires data-print-source and data-print-date attributes on your <body> tag (see the comment in the generated CSS) — plain CSS has no way to read the page's real URL or today's date.