Firefox
De Linuxmemo.
(Différences entre les versions)
		
		
 (→information stored in my profile)  | 
		 (→information stored in my profile)  | 
		||
| Ligne 124 : | Ligne 124 : | ||
optional  | optional  | ||
user.js file, if one exists, will override any modified preferences.  | user.js file, if one exists, will override any modified preferences.  | ||
| + | |||
| + | ==Links==  | ||
| + | git clone https://github.com/Unode/firefox_decrypt.git firefox_decrypt  | ||
Version du 10 janvier 2020 à 10:44
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:
- formhistory.sqlite file remembers what you have searched for in the Firefox search bar and what information you’ve entered into forms on websites.
 
Cookies:
- cookies.sqlite file.
 
DOM storage:
- webappsstore.sqlite file for websites
 - chromeappsstore.sqlite for about:* pages.
 
Extensions:
- extensions folder, if it exists, stores files for any extensions you have installed.
 
Security certificate settings:
- cert9.db file stores all your security certificate settings and any SSL certificates you have imported into Firefox.
 
Security device settings:
- pkcs11.txt file stores security module configuration.
 
Download actions:
- 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.
 
Stored session:
- sessionstore.jsonlz4 file stores the currently open tabs and windows.
 
Toolbar customization:
- xulstore.json file stores toolbar and window size/position settings.
 
User preferences:
- prefs.js file stores customized user preference settings, such as changes you make in Firefox Preferences dialogs.
 
optional user.js file, if one exists, will override any modified preferences.
Links
git clone https://github.com/Unode/firefox_decrypt.git firefox_decrypt