# Mozilla User Preferences, Firefox (user.js) /* C:\Documents and Settings\Administrator\Application Data\Mozilla\Firefox \Profiles\default.fxy\user.js http://kb.mozillazine.org/User.js_file#Adding_user.js_entries PURPOSE: Place things you want to return to your "normal" setting in the next session, even if changed by about:config for a current session, will override and change prefs.js when Firefox is restarted. * This file can be edited and gets added to prefs.js which * cannot be edited *while* browser is running. * * To make a manual change to preferences, you can visit the URL about:config * For more information, see http://www.mozilla.org/unix/customizing.html#prefs */ // vunerability http://grandstreamdreams.blogspot.com/ // http://www.theregister.co.uk/2007/02/15/firefox_vuln/ user_pref("capability.policy.default.Location.hostname.set", "noAccess"); // Put an end to blinking text! http://www.mozilla.org/support/firefox/tips.html#beh_icons user.js user_pref("browser.blink_allowed", false); // Default folder for downloads -- reset each time Firefox comes up user_pref("browser.download.lastDir", "file:///c:/download_win2000"); // Enable pipelining: http://www.mozilla.org/support/firefox/tips.html#beh_icons user.js user_pref("network.http.pipelining", true); /* default is false */ user_pref("network.http.proxy.pipelining", true); /* default is false */ user_pref("network.http.pipelining.maxrequests", 100); /* default is 100 */ // Tweak Find as you type: http://www.mozilla.org/support/firefox/tips.html#beh_taf // hunting for the elusive failures with FIND, scrollbar, and spacebar // Set this pref to false to disable Find As You Type: // changing back to false because it interferes with Aardvark extension (2007.01.30) user_pref("accessibility.typeaheadfind", false); // If you set this pref to true, typing can automatically start Find As You Type. // If false (default), you must hit / (find text) or ' (find links) before your search. user_pref("accessibility.typeaheadfind.autostart", true); // Set this pref to false if you want Find As You Type to search normal text too: user_pref("accessibility.typeaheadfind.linksonly", false); // Set this pref to true if you require that the link starts with the entered text: user_pref("accessibility.typeaheadfind.startlinksonly", false); // This is the time in milliseconds for the Find As You Type to stop watching for keystrokes: user_pref("accessibility.typeaheadfind.timeout", 3000); /*default is 5000 */ user_pref("accessibility.typeaheadfind.casesensitive", 0); /*off Match case*/ // Make all pop-up windows: -- http://graceful.port5.com/firefox/ // Resizable user_pref("dom.disable_window_open_feature.resizable", true); // Minimizable user_pref("dom.disable_window_open_feature.minimizable", true); // Closeable user_pref("dom.disable_window_open_feature.close", false); // In pop-up windows, always display the // Titlebar user_pref("dom.disable_window_open_feature.titlebar", false); // Menu user_pref("dom.disable_window_open_feature.menubar", true); // URL bar user_pref("dom.disable_window_open_feature.location", true); // Scrollbar user_pref("dom.disable_window_open_feature.scrollbars", true); // Statusbar user_pref("dom.disable_window_open_feature.status", true); // Navigation Toolbar user_pref("dom.disable_window_open_feature.toolbar", false); // Bookmarks Toolbar user_pref("dom.disable_window_open_feature.personalbar", false); // Force frames to be resizable user_pref("layout.frames.force_resizability", true); // Get SpaceBar, PageUp, PageDown to work properly if F7 hit accidentally // see http://www.mvps.org/dmcritchie/firefox/firefox.htm#find user_pref("accessibility.browsewithcaret", false); user_pref("accessibility.warn_on_browsewithcaret", true); // My choice and also default, but have managed to lose, at least once user_pref("browser.tabs.warnOnClose", true) // Tab features: -- http://graceful.port5.com/firefox/ // Make new applications open new tabs //user_pref("advanced.system.supportDDEExec", false); // Open bookmark folders in new tabs rather than replacing current tabs user_pref("browser.tabs.loadFolderAndReplace", false); // these are all defaults yet Google still reuses another tab user_pref("browser.link.open_external", 3); user_pref("browser.link.open_newwindow", 3); user_pref("browser.link.open_newwindow.restriction", 2); //http://www.supernova00.biz/userjs.html // Using this code in your user.js file or in about:config makes popups // resizable: user_pref("dom.disable_window_open_feature.resizable", true); // Force frames to be resizable user_pref("layout.frames.force_resizability", true); // Append tabs rather than replace user_pref("browser.tabs.loadFolderAndReplace", false); //prevents web sites from using a global function called disableselect //as in document.onmousedown=disableselect user_pref("capability.policy.default.Window.disableselect", "noAccess"); user_pref("capability.policy.default.Window.ds", "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)'); user_pref('copyurlplus.menus.7.copy', '[[%URL% %TITLE%]]'); user_pref("copyurlplus.menus.8.copy", "[%URL_HTMLIFIED% %TITLE_HTMLIFIED%] %SEL_HTMLIFIED%"); user_pref("copyurlplus.menus.8.label", "Blog URL Title reference"); user_pref("copyurlplus.menus.9.copy", "http://web.archive.org/web/*/%RLINK%"); user_pref("copyurlplus.menus.9.label", "[Pasteable LINK] to archive.org from LINK -- not working"); user_pref("copyurlplus.menus.10.copy", "http://web.archive.org/web/*/%URL%"); user_pref("copyurlplus.menus.10.label", "[Pasteable LINK] to archive.org from this page's URL"); user_pref("copyurlplus.menus.11.copy", "%SEL_HTMLIFIED% [ref]"); user_pref("copyurlplus.menus.11.label", "Quick Reference: selection [ref]"); user_pref("copyurlplus.menus.12.copy", "%TITLE_HTMLIFIED% \"\"(version)
(xKB)
(author)%SEL_HTMLIFIED% "); user_pref("copyurlplus.menus.12.label", "Extension pattern for Website"); // ---end---.