How to remove the Shop button from Netscape Communicator 4.7
By: Arie SlobThe new Netscape Communicator 4.7 includes a Shop button, which will take you to Netscapes Shopping Center when you press it.
Here is how to remove this button:
- Close Netscape
-
Go to \ Program Files \ Netscape \ Users \ Username \. There should be a file there called prefs.js. Open it with Notepad and add this line:
user_pref("browser.chrome.disableMyShopping", true);
If yoy did not set-up a user profile, you'll find the prefs.js file in \ Program Files \ Netscape \ Users \ Default
You can get rid of the Radio listing on your Communicator menu in the same way, just add the line
user_pref("browser.chrome.disableNetscapeRadio", true);