> On Thu, Jun 14, 2012 10:43 AM, Thomas Adam wrote: > ... Perhaps something like: > > DestroyFunc Foo > AddToFunc Foo > + I WindowStyle !Title, !Borders, State 1.... > + I Maximize ...
Thanks for the answer. It seems that I have to write a extension for firefox. There are some other issues which make this necessary. It seems that RefreshWindow is required after removing the window decoration, so that Maximize enlarges the window correctly: DestroyFunc Foo AddToFunc Foo + I WindowStyle !Title, !Borders, State 1 + I RefreshWindow + I Maximize 100 100 Otherwise the window only grows to the right side of the screen minus 2x border-width and bottom minus titlebar height.