max
Posted 2002-08-12 @ 21:41:09
I was annoyed at the fact that neither IE5.1 nor Mozilla respect the Dock when maximizing the browser window using OS X's standard enlarge/restore button, so I modified one of Tantek's Favelets to do it instead:
Maximize IEIE users can just drag this puppy directly to the Favorites Bar, while Moz folks will need to control-click & select 'Bookmark this Link...' or manually create a bookmark containing the following:
javascript:void(window.moveTo(0,0));void(window.resizeTo(1024,670))
Either way, you'll most likely need to tweak that last number to get the bottom edge to line up with the top of your Dock, and those of you blessed with larger monitors can change the 1024 to suit your resolution.
Oh, this doesn't work properly in Chimera, but that's okay because Chimera's built-in button works properly to begin with.
©2002-2010 kevin c smith