Vous n'êtes pas identifié(e).
Dernière modification par otyugh (25-10-2021 17:47:08)
Hors ligne
Hors ligne
Dernière modification par otyugh (22-10-2021 19:52:08)
Hors ligne
Comme la science n'est pas infuse, elle se diffuse.
Useless Use of Cat Award
Filenames and Pathnames in Shell: How to do it Correctly
À chaque problème sa solution, à chaque solution son moyen, si pas de moyen, toujours le problème !
En ligne
Hors ligne
— TIL how to disable all addons without clicking in Firefox: about:config, set devtools.chrome.enabled to true, Ctrl+Shift+j, run some JS: Components.utils.import("resource://gre/modules/AddonManager.jsm"); AddonManager.getAllAddons().then(addons => addons.forEach(addon => addon.enable()))
— er, that has .enable in it, just replace with .disable
(…)
— or this to enable then disable: AddonManager.getAllAddons().then(addons => addons.forEach(addon => {addon.disable() ; addon.enable()}))
("TIL" est l’abréviation de "Today I Learned" = "Aujourd’hui, j’ai appris")
Hors ligne
Hors ligne
For enable extensions after installation use propertie:
lockPref("extensions.autoDisableScopes", 0);
Et ça maaaarche
Si un type a le même souci que moi (nomément modifier firefox sans lancer firefox), j'ai tout mis en vrac :
https://wiki.arzinfo.pw/doku.php?id=doc … er_firefox
Dernière modification par otyugh (25-10-2021 18:01:45)
Hors ligne
Pages perso : feh, omegat, udisks, passerelle, schroot vraiment transparent
Hors ligne
Dernière modification par otyugh (28-10-2021 22:07:35)
Hors ligne