addons: - id: "multi_account_containers" version: "8.1.3" - id: "noscript" version: "11.4.29" - id: "easyscreenshot" version: "3.109" - id: "image_block" version: "5.1" - id: "tineye_reverse_image_search" version: "2.0.9" - id: "startpage_private_search" version: "2.0.1" # - id: "bulletproof" # version: "1.0.0" prefs: "privacy.history.custom": True # Disable XPI signing requirement, works in ESR and Development Edition "xpinstall.signatures.required": false "browser.toolbars.bookmarks.visibility": "always" "general.useragent.override": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36" "network.proxy.type": 1 "network.proxy.socks": "127.0.0.1" "network.proxy.socks_port": 9000 "network.proxy.socks_remote_dns": True css: | /* * Do not remove the @namespace line -- it's required for correct functioning */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ /* * Hide tab bar, navigation bar and scrollbars * !important may be added to force override, but not necessary * #content is not necessary to hide scroll bars */ #TabsToolbar { visibility: collapse; } #navigator-toolbox { visibility: collapse; } browser { margin-right: -14px; margin-bottom: -14px; }