Navigation Menu

Skip to content

thisisfranciswu/browser_fiche

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

This simple bookmarklet adds padding to the bottom of the BODY tag to allow users to move the lower portion of a page's content into a more comfortable field of view within a browser window.

To install, create a bookmark and make this its link:

javascript:(function()%20{bStyle%20=%20document.getElementsByTagName(%22body%22)[0].style;bStyle.height%20=%20%22130%%22;bStyle.padding%20=%20%220%200%2030%%200%22;})();

Copyright (c) 2009 Francis Wu, released under the MIT license

About

For moving an entire page within a browser window

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published