document updated 11 years ago, on Oct 16, 2013
bookmarklets
Create a folder in the bookmark bar, name it the hot-dog symbol ≡
and add these bookmarklets:
Firefox's printer settings
To remove the automatic header and footer, go to about:config and change these entries:
- print.print_footerleft = blank
- print.print_footercenter = blank
- print.print_footerright = blank
- print.print_headerleft = blank
- print.print_headercenter = blank
- print.print_headerright = blank
To make the margins smaller:
- print.print_margin_bottom = 0.25
- print.print_margin_left = 0.25
- print.print_margin_right = 0.25
- print.print_margin_top = 0.25
- print.print_unwriteable_margin_bottom = 0
- print.print_unwriteable_margin_left = 0
- print.print_unwriteable_margin_right = 0
- print.print_unwriteable_margin_top = 0
Documentation available here.