user_pref("capability.policy.localfilelinks.sites", "http://www.mvps.org");
user_pref("capability.policy.policynames", "localfilelinks");
user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess");
user_pref('network.proxy.ftp', '');
user_pref('network.proxy.ftp_port', 80);
user_pref('network.proxy.gopher', '');
user_pref('network.proxy.gopher_port', 80);
user_pref('network.proxy.http', '');
user_pref('network.proxy.http_port', 80);
user_pref('network.proxy.socks', '');
user_pref('network.proxy.socks_port', 80);
user_pref('network.proxy.ssl', '');
user_pref('network.proxy.ssl_port', 80);
// Close button at far right, don't close on last tab
// http://kb.mozillazine.org/Browser.tabs.closeButtons
user_pref("browser.tabs.closeButtons", 3);
user_pref("browser.tabs.closeWindowWithLastTab", false);
// Set minimum tab width to zero
user_pref("browser.tabs.tabMinWidth", 0);
user_pref("browser.blink.allowed", false);
user_pref("browser.search.openintab", true);
// Do not want search to run automatically from location bar
// (most other people would -- dmcritchie/firefox/search.htm
user_pref("browser.search.defaultenginename","Google"
user_pref("browser.search.defaulturl","");
// suggestions for all users
// http://kb.mozillazine.org/Extensions.checkCompatibility
user_pref("extensions.checkCompatibility", false);
user_pref("extensions.checkCompatibility.3.6", false);
user_pref("extensions.checkCompatibility.3.7a", false);
user_pref("extensions.checkCompatibility.4.0b", false);
user_pref("extensions.checkUpdateSecurity", false);
user_pref("general.warnOnAboutConfig", false);
// COPYURLPLUS------ as wanted must get embedded into user.js and prefs.js
user_pref("copyurlplus.menus.1.copy", "
%TITLE_HTMLIFIED%,\n%SEL_HTMLIFIED%\n
%URL_HTMLIFIED%\n");
user_pref("copyurlplus.menus.1.label", "Copy URL + titleselection / url");
user_pref("copyurlplus.menus.2.copy", "%TITLE_HTMLIFIED%");
user_pref("copyurlplus.menus.2.label", "Copy URL + ... [main usage]");
user_pref("copyurlplus.menus.3.copy", "%TITLE_HTMLIFIED%, %SEL_HTMLIFIED%");
user_pref("copyurlplus.menus.3.label", "Copy URL + ..., selection **");
user_pref("copyurlplus.menus.4.copy", "%TITLE_HTMLIFIED%");
user_pref("copyurlplus.menus.4.label", "Copy URL + ...");
user_pref("copyurlplus.menus.5.copy", "%SEL_HTMLIFIED%");
user_pref("copyurlplus.menus.5.label", "Copy URL + *sel*");
user_pref("copyurlplus.menus.6.copy", "%TITLE_HTMLIFIED%");
user_pref("copyurlplus.menus.6.label", "Copy URL + ...");
user_pref("copyurlplus.menus.7.copy", "%TITLE_HTMLIFIED%, %SEL_HTMLIFIED%");
user_pref("copyurlplus.menus.7.label", "Copy URL + ...*, selection");
user_pref("copyurlplus.menus.8.copy", "%SEL_HTMLIFIED%");
user_pref("copyurlplus.menus.8.label", "Convert TEXT to HTML code");
user_pref("copyurlplus.menus.9.copy", "");
user_pref("copyurlplus.menus.9.label", "DIV Offset + ..., selection");
user_pref('copyurlplus.menus.10.label', 'Copy URL + Title (Wiki internal)');
user_pref('copyurlplus.menus.10.copy', '[[%URL% %TITLE%]] %SEL_HTMLIFIED%');
user_pref("copyurlplus.menus.11.copy", "[%URL_HTMLIFIED% %TITLE_HTMLIFIED%] %SEL_HTMLIFIED%");
user_pref("copyurlplus.menus.11.label", "(WIKI external) Blog URL Title reference");
user_pref("copyurlplus.menus.12.copy", "%SEL% [%URL_HTMLIFIED%]");
user_pref("copyurlplus.menus.12.label", "(WIKI external) selection [Ref]");
user_pref("copyurlplus.menus.13.copy", "http://web.archive.org/web/*/%RLINK%");
user_pref("copyurlplus.menus.13.label", "[Pasteable LINK] to archive.org from LINK -- not working");
user_pref("copyurlplus.menus.14.copy", "http://web.archive.org/web/*/%URL%");
user_pref("copyurlplus.menus.14.label", "[Pasteable LINK] to archive.org from this page's URL");
user_pref("copyurlplus.menus.15.copy", "%SEL_HTMLIFIED% [ref]");
user_pref("copyurlplus.menus.15.label", "Quick Reference: selection [ref]");
user_pref("copyurlplus.menus.16.copy", "%TITLE_HTMLIFIED% | Boolean |Integer |String | %SEL_HTMLIFIED% |
");
user_pref("copyurlplus.menus.16.label", "Tab documentation (3 columns)");
user_pref("copyurlplus.menus.17.copy", "%SEL_HTMLIFIED% [Ref");
user_pref("copyurlplus.menus.17.label", "HTML Selection with [Ref]");
user_pref("copyurlplus.menus.18.copy", "%TITLE_HTMLIFIED%, %SEL_HTMLIFIED%");
user_pref("copyurlplus.menus.18.label", "Copy URL + title, selection");
user_pref("copyurlplus.menus.19.copy", "%TITLE_HTMLIFIED%  | (version) (xKB) | (author) | %SEL_HTMLIFIED% |
");
user_pref("copyurlplus.menus.19.label", "(19*)Extension pattern for Website");