Comment Re:Customizing Netscape's "Search" button (Score 1) 167
edit the netscape-communicator binary and replace the URL specified as internal_url.net_search.url with "http://www.google.com/search?q= ");
Be sure to *overwrite* the value that's there! Leave blank spaces where the previously longer URL had actual characters (otherwise this modified netscape binary will segfault).
And if you want the correct tooltips, do a search for "Search the Internet" and overwrite with "Search with Google.com" (string lengths == :)
While you're at it, you might as well also do the same thing for that otherwise-useless "My Netscape" button. Look for toolbar.places.default_url in the binary:
config("toolbar.places.default_url","http://slas hdot.org/ ");
and M-x replace-string "Your personal start page" with "Slashdot.org me baby! ".
Be sure to *overwrite* the value that's there! Leave blank spaces where the previously longer URL had actual characters (otherwise this modified netscape binary will segfault).
And if you want the correct tooltips, do a search for "Search the Internet" and overwrite with "Search with Google.com" (string lengths ==
While you're at it, you might as well also do the same thing for that otherwise-useless "My Netscape" button. Look for toolbar.places.default_url in the binary:
config("toolbar.places.default_url","http://sla
and M-x replace-string "Your personal start page" with "Slashdot.org me baby! ".