arzamas.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. addons:
  2. - id: "multi_account_containers"
  3. version: "8.1.3"
  4. - id: "noscript"
  5. version: "11.4.29"
  6. - id: "easyscreenshot"
  7. version: "3.109"
  8. - id: "image_block"
  9. version: "5.1"
  10. - id: "tineye_reverse_image_search"
  11. version: "2.0.9"
  12. - id: "startpage_private_search"
  13. version: "2.0.1"
  14. # - id: "bulletproof"
  15. # version: "1.0.0"
  16. prefs:
  17. "privacy.history.custom": True
  18. # Disable XPI signing requirement, works in ESR and Development Edition
  19. "xpinstall.signatures.required": false
  20. "browser.toolbars.bookmarks.visibility": "always"
  21. "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"
  22. "network.proxy.type": 1
  23. "network.proxy.socks": "127.0.0.1"
  24. "network.proxy.socks_port": 9000
  25. "network.proxy.socks_remote_dns": True
  26. css: |
  27. /*
  28. * Do not remove the @namespace line -- it's required for correct functioning
  29. */
  30. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
  31. /*
  32. * Hide tab bar, navigation bar and scrollbars
  33. * !important may be added to force override, but not necessary
  34. * #content is not necessary to hide scroll bars
  35. */
  36. #TabsToolbar {
  37. visibility: collapse;
  38. }
  39. #navigator-toolbox {
  40. visibility: collapse;
  41. }
  42. browser {
  43. margin-right: -14px;
  44. margin-bottom: -14px;
  45. }