1 2 3 4 5 6
<!DOCTYPE html> <script> window.addEventListener('load', () => { SpecialPowers.wrap(self).printPreview()?.print() }) </script>