Hacker News new | ask | show | jobs
by folknor 1935 days ago
https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolb...

The Browser Toolbox is the normal DOM inspector, just extended to the whole user interface. If you open the print preview, then open the Browser Toolbox, you can inspect the preview and edit styles just like any other document.

Also, @media print {} works fine, I just tested it. But I'm not sure how that relates to the original question.