42.org, Resources, Netscape
(This is my first stab at a Netscape-page.)

I personally don't like Netscape very much, but there are no alternatives so far :-(.

4 easy Steps to make a decent browser out of Netscape.

  1. Command line switches:

    You can create an alias in your shell to pass your favourite options to netscape. (Look into your Shell-Manual, how to do this)
    Most of the switches here can be made permanent by setting some Xresources.

    Arguments which are not switches are interpreted as either files or URLs to be loaded.
    Most customizations can be performed through the Options menu.

  2. Modify your Xresources:

    Netscape is indeed very customizable, if you know how.
    This section only applys to Unix versions of Netscape.
    Just put one (ore more) of the following lines into your ${HOME}/.Xdefaults-file.
    These settings will take effect as soon as you login next time.

  3. Patch the Binary:
    Some things cannot be accomplished by (1) or (2). You have to patch the binary. First of all, a big WARNING to you. I take no responsibility for any damage which might result from using any of the tip's here.
    Editing a binary is very easy, when you look out for a few points:
    1. Use an editor suited for binarys (i.e. one who doesn't change the file contents behind you back) 'vim' is known to work (invoke it with the -b switch). 'emacs' will probably do, too. perl4/perl5 can also be used.
    2. Never change the length of the binary. Whenever you modify anything, keep in mind that you have to keep it at the same length. So usually you can't replace something by a longer version.
    If you want to check, if your editor is suitable for this action, just load netscape in it, insert an 'a' somewhere, delete it and save it under anothe name. If the files are still the same (use cmp to check this), chances are good :)

  4. Use an modifying proxy:
    this is an alternative to (3). You can accomplish even more things by this, but it surely is slower and wastes some resources. Look at http://www.lne.com/ericm/cookie_jar/ for example.
this page is by no means finished yet, but if you visit it anyway, drop me a note.
Appendix:
Other possible languages and regions are:
   Chinese [zh]
   Chinese/China [zh-CN]
   Chinese/Taiwan [zh-TW]
   English [en]
   English/United Kingdom [en-GB]
   English/United States [en-US]
   French [fr]
   French/Canada [fr-CA]
   French/France [fr-FR]
   German [de]
   Italian [it]
   Japanese [ja]
   Korean [ko]
   Portuguese [pt]
   Portuguese/Brazil [pt-BR]
   Spanish [es]
   Spanish/Spain [es-ES]

Stefan `Sec` Zehl 08-Aug-1997