Sniffing gmail's Print all link source code, there's something like this:
<script>
function Print(){document.body.offsetHeight;window.print()};
</script>
</head>
<body onload="Print()">
What does document.body.offsetHeight
do?
It forces WebKit based browsers to load the complete set of content before printing (including images, styles, etc.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With