// My choice and also default, but have managed to lose, at least once user_pref("browser.tabs.warnOnClose", true) // Choices documented for introduction to Firefox D.McRitchie // backspace key 0 - BACK a page in session, 1 like PageUp user_pref("browser.backspace_action",0); user_pref("browser.blink_allowed", false); user_pref("browser.ctrlTab.previews", false); user_pref("browser.ctrlTab.mostRecentlyUsed", false); user_pref("browser.search.openintab", true); user_pref("browser.tabs.autoHide", false); user_pref("browser.tabs.closeButtons", 3); user_pref("browser.tabs.loadFolderAndReplace", false); user_pref("browser.tabs.loadInBackground", false); user_pref("extensions.checkCompatibility", false); user_pref("extensions.checkCompatibility.3.6", false); user_pref("extensions.checkCompatibility.4.0", false); user_pref("extensions.checkUpdateSecurity", false); user_pref("general.warnOnAboutConfig", false); user_pref("layout.frames.force_resizability",true); user_pref("nglayout.enable_drag_images", false); user_pref("view_source.editor.external", true); user_pref("view_source.editor.path", "c:\\windows\\notepad.exe"); // http://www.kb.cert.org/vuls/id/885753 cross-domain vulnerability user_pref("capability.policy.default.Location.hostname.set", "noAccess"); // COPYURLPLUS------. user_pref("copyurlplus.menus.1.copy", "
%TITLE_HTMLIFIED%,
\n
%SEL_HTMLIFIED%\n
%URL_HTMLIFIED%
\n"); user_pref("copyurlplus.menus.1.label", "Copy URL +
title
selection / url"); user_pref("copyurlplus.menus.2.copy", "%TITLE_HTMLIFIED%"); user_pref("copyurlplus.menus.2.label", "Copy URL + ..."); user_pref("copyurlplus.menus.3.copy", "%TITLE_HTMLIFIED%"); user_pref("copyurlplus.menus.3.label", "Copy URL + ..."); user_pref("copyurlplus.menus.4.copy", "%TITLE_HTMLIFIED%, %SEL_HTMLIFIED%"); user_pref("copyurlplus.menus.4.label", "Copy URL + ..., selection"); user_pref("copyurlplus.menus.5.copy", "%SEL_HTMLIFIED%"); user_pref("copyurlplus.menus.5.label", "Convert TEXT to HTML code"); user_pref("copyurlplus.menus.6.copy", "
%TITLE_HTMLIFIED%, %SEL_HTMLIFIED%
"); user_pref("copyurlplus.menus.6.label", "DIV Offset + ..., selection"); user_pref('copyurlplus.menus.7.label', 'Copy URL + Title (Wiki internal)'); user_pref('copyurlplus.menus.7.copy', '[[%URL% %TITLE%]] %SEL_HTMLIFIED%'); user_pref("copyurlplus.menus.8.copy", "[%URL_HTMLIFIED% %TITLE_HTMLIFIED%] %SEL_HTMLIFIED%"); user_pref("copyurlplus.menus.8.label", "(WIKI external) Blog URL Title reference"); user_pref("copyurlplus.menus.9.copy", "%SEL% [%URL_HTMLIFIED%]"); user_pref("copyurlplus.menus.9.label", "(WIKI external) selection [Ref]"); user_pref("copyurlplus.menus.10.copy", "http://web.archive.org/web/*/%RLINK%"); user_pref("copyurlplus.menus.10.label", "[Pasteable LINK] to archive.org from LINK -- not working"); user_pref("copyurlplus.menus.11.copy", "http://web.archive.org/web/*/%URL%"); user_pref("copyurlplus.menus.11.label", "[Pasteable LINK] to archive.org from this page's URL"); user_pref("copyurlplus.menus.12.copy", "%SEL_HTMLIFIED% [ref]"); user_pref("copyurlplus.menus.12.label", "Quick Reference: selection [ref]"); user_pref("copyurlplus.menus.13.copy", "%TITLE_HTMLIFIED%Boolean |Integer |String%SEL_HTMLIFIED% "); user_pref("copyurlplus.menus.13.label", "Tab documentation (3 columns)"); user_pref("copyurlplus.menus.14.copy", "%TITLE_HTMLIFIED% \"\"(version)
(xKB)
(author)%SEL_HTMLIFIED% "); user_pref("copyurlplus.menus.14.label", "Extension pattern for Website");