public marks

PUBLIC MARKS from decembre with tag profile

2018

XPI - firefox - Install Firebug Extension Manually - Stack Overflow (I used this solution to install manually ThumbnaiZoom)

To install Firebug manually : There are two ways to run extensions manually: 1. Extract the XPI : Download the XPI file that contains the extension Locate the 'extensions' folder within your profile (e.g. via Firefox menu > Help > Troubleshooting Information > Show Folder) Create a new folder within the 'extensions' folder and call it like the add-on's id (for Firebug this is [email protected]) Extract the XPI into that folder 2. Get the sources from the git repository: A detailed description for how to do that can be found on the development setup description on the Firebug wiki. It's similar to the description above with the addition that you'll be able to always get the latest sources. Two notes: - The folder name must be the same as the addon's ID (look in install.rdf of the addon) In your case it's not firebug-2.0b1 , but [email protected] - The directory where the addon should be placed is not where the Firefox itself is installed, but into your Firefox's profile. By default it's in %APPDATA%MozillaFirefoxProfilesXXXXXextensions (where XXXXX is name of your profile folder. More info about profiles you can find here)

2017

FIR 57 - ARIS - SCROLLBAR - GitHub - Aris-t2/Scrollbars: Custom Scrollbars

Custom Scrollbars for Firefox 57+ : Method 1 - files for Firefox profile folder only M1 is based on this project by nuchi: https://github.com/nuchi/firefox-quantum-userchromejs M1 will stop working when Mozilla drops XBL support. From this projects method 1 : folder copy userChrome folder and userChrome.css file to PROFILENAME chrome or add code from userChrome.css file to an existing userChrome.css file. Method 2 - files for Firefox folder and to Firefox profile folder M2 is based on this project by ardiman: https://github.com/ardiman/userChrome.js From this projects method 2profile folder copy userChrome folder and userChrome.js file to PROFILENAME chrome . From this projects method 2firefox folder copy defaults folder and config.js file to Firefox main directory (where the Firefox executable is). Script/startup cache must be deleted after every change! Where to fine startupCache folder? about:profiles > Local Directory > Open Folder, close Firefox and delete all files in startupCache folder. Location on WINDOWS: C:Users NAME AppDataLocalMozillaFirefoxProfiles PROFILE startupCache Location on LINUX location: home NAME .cachemozillafirefox PROFILE startupCache This is not the same profile folder custom scripts and styles are stored! More info about startup cache removal (in German): https://github.com/ardiman/userChrome.js/wiki/Skriptcache More info about startup cache removal (in English )

FIR 57 (UserCSS + about:config) - Custom CSS tweaks for Firefox 57+ - GitHub - Aris-t2/CustomCSSforFx:

'about:config' tweaks (To revert changes right-click entry and select 'reset'): - Tab audio icon browser.tabs.showAudioPlayingIcon - Insert related tab after current tab (suggestion: enable / set to 'true') browser.tabs.insertRelatedAfterCurrent - Titlebar browser.tabs.drawInTitlebar - Searchbar: open search results in new tab browser.search.openintab - Reader mode reader.parse-on-load.enabled - Geolocation (suggestion: disable / set to 'false') geo.enabled - Pocket (suggestion: disable / set to 'false') extensions.pocket.enabled - Anti fingerprinting (Caution: browser might behave in unforseen ways!) privacy.resistFingerprinting read: Fingerprinting info at Mozilla Wiki tweaks ***** Suggested ui tweaks ***** - Toolbar modes (suggestion: compact mode) Customize mode > Density > Compact / Normal / Touch - Titlebar modes (suggestion: Firefox titlebar ['application/hamburger button in titlebar' only works in Firefox titlebar]) Customize mode > Title Bar > uncheck checkbox Drag space above tabs toolbar (suggestion: disable drag space ['application/hamburger button in titlebar' works best without drag space]) Customize mode > Drag Space > uncheck checkbox Bookmarks menu button on bookmarks toolbar Customize mode > Toolbars > Bookmarks Toolbar Customize mode > move 'bookmarks menu' button to bookmark toolbars end Downloads button always visible Customize mode > downloads button > click on button and uncheck 'Auto-hide' Searchbar (suggestion: placed after location bar) Customize mode > Search(bar) > move to navigation toolbar Flexible spaces (suggestion: remove spaces after and before location bar) Customize mode > grab and drag flexible space into palette

FIR 57>+ - userChrome.css / userContent.css - WebExtensions can not modify browsers appearance in Firefox 57+

The only way to modify UI is adding custom CSS code to userChrome.css and userContent.css files inside browsers profile folder. Keep in mind CSS code can not create entirely new items, buttons or toolbars. It only can modify already present ui items. 1. Find your profile folder ('profile names are different for everyone'). All OS: about:support > Profile Folder > Open Folder 2. User styles belong into "chrome" subolder. Create it, if there is none yet. PROFILENAME chrome 3. Copy userChrome.css, userContent.css and subfolders into chrome subfolder. How to use custom user styles? The userChrome.css and userContent.css files works like an optionsconfigurations file. All main "features" can be enabled and disabled there.

FIR - ConfigFox - Utility to manage Firefox advanced, hidden setting

(via)
ConfigFox is an utility to manage Firefox advanced, hidden settings and tweaks, mostly concerning security and privacy. With ConfigFox you can manage multiple profiles independently. It is compatible with all Firefox builds: Waterfox, Palemoon, Tor, Portable, etc... If you don't have Firefox installed in your computer you will be prompted to select your custom Firefox path (executable). Features - Quickly create and customize Firefox profiles. - Easily enable/disable settings with one click. - Quickly search Config entries. - Get updates for Config collection. - Backup, Defrag and Vacuum profiles for a faster performance. - View profile information. - Search online for Config strings information.

FIR - You cannot downgrade Firefox 55 profiles - gHacks Tech News

Once a profile has been used with Firefox 55 (or later), it should not be used with previous versions of Firefox. IndexedDB, the (DOM) Cache API, Service Workers, and the asm.js cache will all fail to operate, generating confusing errors and causing portions of Firefox and some websites to break. The profile can be made operable again in older versions of Firefox by using the profile "refresh" mechanism.

2014

FIR - Profile folder - Firefox - MozillaZine Knowledge Base

(via)
Firefox stores a user's personal information such as bookmarks, extensions, and user preferences in a unique profile. The first time you start Firefox, it will automatically create a default profile; additional profiles can be created using the Profile Manager. The settings which form a profile are stored in files within a special folder on your computer — this is the profile folder.

FIR - Réinitialiser Firefox – corriger facilement la plupart des problèmes | Assistance de Firefox

(via)
Tous vos paramètres Firefox et informations personnelles sont conservées dans un dossier de profil. La fonctionnalité de réinitialisation fonctionne en créant un nouveau dossier de profil pour vous, tout en conservant vos données essentielles. Firefox sauvegardera ces éléments : vos marques-pages votre historique de navigation vos mots de passes vos cookies vos informations auto-complétées de formulaires web.

2013

FIREFOX - Profile Manager | MDN - Multiple installations de differentes versions de Firefox

(via)
Firefox and other XULRunner applications store user settings and data in special folders, called profiles. Firefox provides a built-in applet to manage these profiles, but it will eventually be going away (see bug 214675), so a new standalone Profile Manager application has been created, which works with any XULRunner application, and has many features not found in Firefox's built-in version.

2010

Mozilla Firefox, Portable Edition Support | PortableApps.com - Portable software for USB drives

Mozilla Firefox, Portable Edition Support firefox.png Many of the most common issues that arise when using Mozilla Firefox, Portable Edition are addressed here. Please read through the various topics to see if any of them address your question. You can also post a question in the Firefox Portable Support Forum.

CheckPlaces - Restore Favicons + Check your bookmarks in different ways - Firefox Extension

CheckPlaces is a Firefox extension that allows you to check your bookmarks in different ways. There is a basic check of your bookmarks, and optional checks that the pages still exist, duplicate bookmarks, and empty folders. You can also use it to restore favicons that have gone missing, and compact and check the integrity of the Places database. * Export an XML file with the results in * Update/overwrite existing favicons * Ignores all invalid security certificates or other SSL popups * Database check and compact messages to results window * Added support for Firefox 4.0 *Details were missing from 'Show excluded items' dialog.

Sauvegarder votre profil Firefox très facilement - EspaceRezo

Avec Firefox, il s'avère indispensable de sauvegarder le répertoire de profil en vue d'une réinstallation ou d'un clonage de son navigateur préféré sur une autre machine. Ce répertoire possède un nom bizarroïde composé de chiffres et de lettres et il se trouve en général dans : "C:\ Documents and Settings \ Administrateur \ Application Data \ Mozilla \ Firefox \ Profiles" Le chemin est un peu compliqué, pour ouvrir ce dossier facilement : - Cliquer sur le menu "?" de Firefox - Choisir "Informations de dépannage". - La page "Troubleshooting Information" s'ouvre - Clic sur "Ouvrir le dossier correspondant" permet d'entrer dans le répertoire de profil. Il est très facile ensuite de le sauvegarder avec un copier/coller. L'accès à la page "Troubleshooting" est également possible en tapant "about:support" dans la barre d'adresse. Repéré sur geekastuces.blogspot.com.

Forum LiberKey • View topic - FIREFOX et multiprofil : Enfin disponible Possible (avec la mise à jour 3.6.2).

La gestion des multi-profils est maintenant disponible pour Firefox (avec la mise à jour 3.6.2). La commande supportée est : -profile

Installation de l'extension Firefox Weave

A voir également : Présentation de l’extension Firefox Weave. L’installation de l’extension Firefox Weave se fait comme tout extension Firefox. Pour chaque image, cliquez dessus pour l’agrandir.

2009

Profils Firefox (Tutoriel Trés Clair) : Pourquoi et comment utiliser plusieurs profils sous Firefox - Ou comment cloisonner ses activités pour gagner en efficacité _ Laspic.eu7 janvier 2009, par Jonathan

Utiliser son navigateur web comme s’il y en avait plusieurs. L’utilité ? De disposer d’un navigateur spécifique à type d’utilisation : surf, multimédia, réseaux sociaux, développement web... D’abord, c’est un cadre de travail : pas de marques-pages parasites, une barre individuelle dédiée, les onglets qui m’attendent avec les pages web indispensables, et une petite sélection d’extensions appropriées [2]. Ensuite, c’est l’occasion de marquer une franche séparation entre ces activités spécifiques et celles de ma vie personnelle (ce qui n’a pas de prix quand on travaille chez soi). Le principe de fonctionnement : Pour cela, il suffit d’installer l’extension ProfilesSwitcher. Celle-ci ajoute quelques fonctionnalités pratiques dans le menu "Fichier", et surtout active la possibilité d’ouvrir plusieurs profils à la fois (pour basculer d’un profil à un autre, il est sinon obligatoire de fermer le premier).

InstallationGlobale - Geckozone - Extensions en français pour Mozilla, Firefox, Thunderbird et Nvu

Cette méthode décrit l'installation globale d'une extension (ou un thème) dans le répertoire d'installation de Firefox / Thunderbird / Mozilla Suite / Seamonkey ou Nvu. Une extension ainsi installée sera disponible pour tous les utilisateurs et tous les profils.fermer absolument toute session de l'application concernée, y-compris popups, préférences ; déposer le package XPIdans le répertoire des extensions de l'application elle-même (et non pas du profil utilisateur !).

Open Profile Folder :: Add-ons for Firefox

Open current profile folder from "Tools" menu or toolbar button.

T0m-S » Archive du Blog » Ouvrir plusieurs sessions FireFox différentes

Alors comment faire pour activer cette magnifique fonction? C’est simple, pour ça il faut d’abord placé un raccourci de FireFox sur votre bureau, faite un clique droit dessus et allez dans “Propriétés”. Ensuite ici il va falloir modifier la ligne “Cible”, dedans vous devriez avoir quelque chose comme ca : “C:\Program Files\Mozilla Firefox\firefox.exe” Vous allez devoir y ajouter -no-remote -P (rajouter le après les guillemets). Vous obtenez donc “C:\Program Files\Mozilla Firefox\firefox.exe” -no-remote -P

Firefox : utiliser plusieurs profils - Paperblog

Je n'insisterai pas sur le choix des extensions basiques à réinstaller dans chaque nouveau profil, chacun ayant naturellement ses préférences en la matière (à titre purement indicatif, ici ma configuration type sous firefox 2) Par contre, et dès lors que l'on utilise plusieurs profils, on se retrouve rapidement avec des marque-pages différents d'un profil à un autre puisqu'il y a un fichier par profil (voir si besoin mon billet indiquant où se trouvent les marque-pages). Pour peu que l'on ne soit pas tenu à des impératifs de confidentialité, il peut alors être très intéressant de n'utiliser qu'un seul fichier bookmarks pour l'ensemble des profils, ce qui évitera de fréquentes et fastidieuses mises à jour d'un profil à un autre. Pour cela il convient de pratiquer comme suit, en respectant bien l'ordre des actions

Pourquoi et comment nettoyer mon profil ? - Ces corruptions de profils peuvent être dues à des causes diverses

En général, la suppression du fichier XUL.mfl (XUL.mfasl sous Linux) résout la plupart des petits problèmes d'affichage de l'interface.Le Problème est plus sérieux (plantages à répétition), Supprimer plusieurs fichiers de cache des données (Recréés à neuf lorsqu'on réutilise Mozilla). Supprimer dans le dossier xxxxx.slt (lettre aléatoires) du profil les fichiers suivants : * xul.mfl ou xul.mfasl * le dossier Cache * les fichiers à extension *.rdf (la suppression des fichiers *.rdf réinitialisera certains réglages par défaut du navigateur et fera perdre la personnalisation des icones de l'interface), tout particulièrement le fichier localstore.rdf * le fichier history.dat(suppression de l'historique) Evidemment, il faut faire cette opération Firefox fermé et s'assurer que la tâche Firefox n'est pas encore chargée en mémoire (pour Windows, faire un CTRL+ALT+SUPPR et regarder si la tâche firefox.exe est en mémoire, si c'est le cas, forcer sa fermeture)

2008

Google Browser Sync_N'Est Plus Dispo Chez GOOGLE__Synchronise en permanence les paramètres de votre navigateur - les signets, l’historique, les cookies , et les mots de passe - sur tous les ordinateurs que vous utilisez .__Plugin pour Firefox: | le jar

Alternative : Mozilla Weaves. Ce super module dont le développement est supervisé par la même équipe que Firefox offre sensiblement les mêmes fonctions que Google Browser Sync et même plus.____Il vous permet aussi de restaurer les onglets ouverts et les fenêtres à travers différentes machines et sessions du navigateur. Les paramètres sont automatiquement synchronisés au démarrage sur l’ordinateur ou la clé USB. Ainsi par exemple, vous avez travaillé chez vous à domicile sur votre PC. Le lendemain, sur le PC professionnel, vous retrouverez automatiquement tous les paramètres: les signets, l’historique, les cookies, et les mots de passe. Ce plugin est particulièrement intéressant lorsqu’un utilise Firefox portable sur clé USB par exemple. En effet, dans cette configuration, tous les PC du monde seront un peu les vôtres. Il vous faudra ouvrir tout de même ouvrir un compte GMAIL, car les paramètres Firefox seront sauvegardés sur l’espace de stockage qui vous est réservé chez Google.

Customize Your Own Portable Firefox Six Pack

Firefox user Asian Angel loves Portable Firefox for projects like creating a Google Chrome clone, but you can also use it to run multiple, sandboxed instances of the browser at the same time. What's the point? Well, it lets you log into multiple accounts at the same service (like Gmail) in different windows, and run certain extensions and styles in one browser instance but not another. You already know how to create multiple Firefox profiles and even run them simultaneously, but using Portable Firefox you can easily back up your customized installations and run them anywhere. Reader Asian Angel explains how she assembled a colorful "Firefox six pack" using the portable app.

Standard diagnostic - Firefox - MozillaZine Knowledge Base

Standard diagnostic - Firefox From MozillaZine Knowledge Base This article provides a standard set of steps to follow if Firefox is no longer working properly, and offers solutions that will preserve your user profile data (bookmarks, passwords, history, preference settings, etc.) as far as possible. You should first search the Knowledge Base and check the links given at the end of this article for a solution to your specific problem. Important: The Firefox configuration, bookmarks and other personal data, and information on themes and extensions are stored in your profile. Uninstalling and reinstalling does not change the profile data, and therefore may not solve the problem.

2007