Created
December 22, 2010 01:04
-
-
Save RobKohr/750919 to your computer and use it in GitHub Desktop.
Bookmarklet to remove unnecessary headers from a google doc view
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var el=document.getElementById('docs-header');el.style.display= 'none';KX_kixApp.resize();return false; | |
Instructions: | |
Create a new bookmark in your browser with whatever name you like, and copy the above as the url. When you are viewing a google doc click the bookmark and it will collapse the pointless junk at the top (everything above the menu bar). | |
Issues: | |
Only works on word docs, not on spreadsheets (which will collapse the top, but the bottom won't extend down). Only tested on documents and spreadsheets. | |
Feel free to offer any fixes to get spreadsheets to work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment