ViewAbout 1.3
I have just released ViewAbout 1.3 not so long ago and it has just passed review. You can get it from Mozilla Add-ons.
Changes in this version:
- Supports SeaMonkey 2.0a2 and above.
- Supports Sunbird 1.0pre and above.
- Added more about: pages – about:robots, about:sessionrestore, about:privatebrowsing, about:rights
- Moved out doLoad and doUnLoad into a separate javascript file to reduce duplicate code.
Any other about: pages?
I have also been thinking how I can make certain about: entries show up only for certain app versions. I know I can use nsIXULAppInfo to disable invalid javascript commands in older versions of applications, but I’m unsure how to hide the entries in XUL code. Any ideas?
Thanks go out to Stefan Sitter, Ehsan Akhgari and Ratty (Philip Chee) for their help and input.