Writing Room for Google Documents
Posted by Michael on 17 Jan 2008 at 12:40 am | Tagged as: Michael, Productivity, software
(no time to read my ramblings? Jump to the script here)
Heh. When procrastination brings productivity. I was working in Google Documents on my thesis, and felt that something wasn’t quite right. The header was taking too much space and on my 13.3” widescreen every vertical pixel is precious.
So I came up with this tiny Greasemonkey script that allows to toggle the header bar in Google documents, providing more room for working. Plus I wasn’t really feeling like working on the thesis ;-)
Example after the jump
…from this…

…to this…

You can find the script here.



Just add this:
style=\”font-family:arial;border:1px solid navy;text-size:12px;margin: 2px;padding: 1px;\”
(or any other similar stuff) after the javascript inside the tag to give a better look to the “toggle header” link.
byez
Ale
Good work, dude.