Firefox
De Linuxmemo.
(Différences entre les versions)
(→Java plugin) |
(→About) |
||
Ligne 73 : | Ligne 73 : | ||
Téléchargements | Téléchargements | ||
about:downloads | about:downloads | ||
+ | ==information stored in my profile== | ||
+ | Bookmarks, Downloads and Browsing History: | ||
+ | *places.sqlite file contains all your Firefox bookmarks and lists of all the files you've downloaded and websites you’ve visited. | ||
+ | *bookmarkbackups folder stores bookmark backup files | ||
+ | *favicons.sqlite file contains all of the favicons for your Firefox bookmarks. | ||
+ | |||
+ | Passwords: | ||
+ | *key4.db and logins.json files. | ||
+ | |||
+ | Site-specific preferences: | ||
+ | *permissions.sqlite | ||
+ | *content-prefs.sqlite files store many of your Firefox permissions (for instance, which sites are allowed to display popups) or zoom levels that are set on a site-by-site basis (see Font size and zoom - increase the size of web pages). | ||
+ | |||
+ | Search engines: | ||
+ | *search.json.mozlz4 file stores user-installed search engines. | ||
+ | |||
+ | Personal dictionary: | ||
+ | *persdict.dat file stores any custom words you have added to Firefox's dictionary. | ||
+ | |||
+ | Autocomplete history: The formhistory.sqlite file remembers what you have searched for in the Firefox search bar and what information you’ve entered into forms on websites. For more information, see Control whether Firefox automatically fills in forms. | ||
+ | Cookies: A cookie is a bit of information stored on your computer by a website you’ve visited. Usually this is something like your site preferences or login status. Cookies are all stored in the cookies.sqlite file. | ||
+ | DOM storage: DOM Storage is designed to provide a larger, more secure, and easier-to-use alternative to storing information in cookies. Information is stored in the webappsstore.sqlite file for websites and in the chromeappsstore.sqlite for about:* pages. | ||
+ | Extensions: The extensions folder, if it exists, stores files for any extensions you have installed. To learn more about Firefox extensions and other add-ons, see Find and install add-ons to add features to Firefox. | ||
+ | Security certificate settings: The cert9.db file stores all your security certificate settings and any SSL certificates you have imported into Firefox. | ||
+ | Security device settings: The pkcs11.txt file stores security module configuration. | ||
+ | Download actions: The handlers.json file stores your preferences that tell Firefox what to do when it comes across a particular type of file. For example, these are the settings that tell Firefox to open a PDF file with Acrobat Reader when you click on it. For more information, see Change what Firefox does when you click on or download a file. | ||
+ | Stored session: The sessionstore.jsonlz4 file stores the currently open tabs and windows. For more information, see Restore previous session - Configure when Firefox shows your most recent tabs and windows. | ||
+ | Toolbar customization: The xulstore.json file stores toolbar and window size/position settings. For more information, see Customize Firefox controls, buttons and toolbars. | ||
+ | User preferences: The prefs.js file stores customized user preference settings, such as changes you make in Firefox Preferences dialogs. The optional user.js file, if one exists, will override any modified preferences. |
Version du 10 janvier 2020 à 10:15
Sommaire |
Mes modules
- cliget - generate curl/wget commands for download
- Download Status Bar
- Firebug
- Image Zoom
- Lightbeam - Using interactive visualizations, Lightbeam shows you the relationships between these third parties and the sites you visit.
- Ghostery
- NoScript
- Proxy Selector
- Nagios Checker
- YouTube to MP3
- ReloadEvery
- pwgen
- Adblock Plus
- bugMeNot
- hackbar (touche F9 pour cacher)
- SQL Inject Me (injection sql auto)
- Prefbar (cacher son navigateur)
- GREASEMONKEY et XSS assistant (http://www.whiteacid.org/greasemonkey/)
- New Tab Override (browser.newtab.url replacement)
- bookmarksdropdown
- Auto Unload Tab
- Web Developer
- FFClickOnce - Permet à Firefox de lancer une application .NET ClickOnce. (Client Aastra Manager)
- User Agent Overrider - Windows / Firefox 45: Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0
- Grammalecte - https://dicollecte.org/grammalecte/telecharger.php
- Selenium IDE ou Wildfire - automatisation
Configuration
- confirmation sur fermeture de Firefox en cas de téléchargement
"browser.download.manager.quitBehavior" = "2" ce qui provoquera une demande de confirmation de fermeture de Firefox si un téléchargement est en cours ("Quitter et annuler le téléchargement" ou "Ne pas quitter")
browser.warnOnQuit = "true" or "false"
browser.showQuitWarning = "true" or "false"
- url sur newtab
browser.newtab.url = http://xxxxxxxxx
network.http.sendRefererHeader pour la valeur 0
Java plugin
/home/user/local/java/jre1.8.0_101/lib/amd64/libnpjp2.so cd /usr/lib/firefox-addons/plugins sudo ln -s /home/user/local/java/jre1.8.0_101/lib/amd64/libnpjp2.so
Réglage et sécurité (panneau de contrôle): /home/user/local/java/jre1.8.0_101/bin/ControlPanel
About
Informations de dépannage
about:support
configuration
about:config
Liste des plugins
about:plugins
Information de compilation
about:buildconfig
Bilan de santé
about:healthreport
Rapports de plantage
about:crashes
Stats mémoire
about:memory
Nouvel onglet
about:newtab
Gestion des profiles
about:profiles
Téléchargements
about:downloads
information stored in my profile
Bookmarks, Downloads and Browsing History:
- places.sqlite file contains all your Firefox bookmarks and lists of all the files you've downloaded and websites you’ve visited.
- bookmarkbackups folder stores bookmark backup files
- favicons.sqlite file contains all of the favicons for your Firefox bookmarks.
Passwords:
- key4.db and logins.json files.
Site-specific preferences:
- permissions.sqlite
- content-prefs.sqlite files store many of your Firefox permissions (for instance, which sites are allowed to display popups) or zoom levels that are set on a site-by-site basis (see Font size and zoom - increase the size of web pages).
Search engines:
- search.json.mozlz4 file stores user-installed search engines.
Personal dictionary:
- persdict.dat file stores any custom words you have added to Firefox's dictionary.
Autocomplete history: The formhistory.sqlite file remembers what you have searched for in the Firefox search bar and what information you’ve entered into forms on websites. For more information, see Control whether Firefox automatically fills in forms. Cookies: A cookie is a bit of information stored on your computer by a website you’ve visited. Usually this is something like your site preferences or login status. Cookies are all stored in the cookies.sqlite file. DOM storage: DOM Storage is designed to provide a larger, more secure, and easier-to-use alternative to storing information in cookies. Information is stored in the webappsstore.sqlite file for websites and in the chromeappsstore.sqlite for about:* pages. Extensions: The extensions folder, if it exists, stores files for any extensions you have installed. To learn more about Firefox extensions and other add-ons, see Find and install add-ons to add features to Firefox. Security certificate settings: The cert9.db file stores all your security certificate settings and any SSL certificates you have imported into Firefox. Security device settings: The pkcs11.txt file stores security module configuration. Download actions: The handlers.json file stores your preferences that tell Firefox what to do when it comes across a particular type of file. For example, these are the settings that tell Firefox to open a PDF file with Acrobat Reader when you click on it. For more information, see Change what Firefox does when you click on or download a file. Stored session: The sessionstore.jsonlz4 file stores the currently open tabs and windows. For more information, see Restore previous session - Configure when Firefox shows your most recent tabs and windows. Toolbar customization: The xulstore.json file stores toolbar and window size/position settings. For more information, see Customize Firefox controls, buttons and toolbars. User preferences: The prefs.js file stores customized user preference settings, such as changes you make in Firefox Preferences dialogs. The optional user.js file, if one exists, will override any modified preferences.