Skip to content

Mozilla

Felis Catus edited this page Jul 31, 2017 · 8 revisions

English

This project is being ported to Mozilla WebExtensions platform, which allows installing in Firefox Nightly build >= 56.

Warning: Firefox support is highly experimental!

To test, please install the latest build from https://addons.mozilla.org/en-US/firefox/addon/switchyomega/

If the link above is broken, you can also build the project under branch feature/webextension. Then use Firefox's Debugging Tools to Load Temporary Add-on with omega-target-chromium-extension/build/manifest.json.

Since the WebExtensions API is still under heavy development on Mozilla's side, we strongly recommended using the Nightly channel (>= 56.0) and update frequently. The Developer Edition and Beta channels will not receive fixes as often and therefore unsupported by SwitchyOmega.

Please make sure that you are using the latest Nightly build before you report issues. Build number AND build date should be mentioned somewhere in the issue.

Known Issues

  1. PAC Profiles are not working either applied directly or through Switch Profiles.
    • For requests that ends up switched to PAC Profiles, an error is raised and direct connection is used instead.
  2. Options syncing is disabled by default behind a Firefox flag and has not been fully tested yet.
    • You may enable syncing in flags if you want, but please do report any issues you encounter.

NOTE: In case of other issues, please right click on the extension icon and select "Report Issue" from the menu so that I can locate and fix the issue more quickly.

中文

此项目正在迁移到 Mozilla WebExtensions 平台,目前已经支持在 Firefox Nightly 56 以上的版本中安装.

注意! Firefox 支持目前还处于早期实验阶段!

要进行测试,请在这里安装最新的版本: https://addons.mozilla.org/en-US/firefox/addon/switchyomega/

如果以上链接无法访问,您也可以编译 feature/webextension 分支下的项目. 然后使用 Firefox 的 Debugging Tools 中的 Load Temporary Add-on,选择 omega-target-chromium-extension/build/manifest.json.

由于 WebExtensions API 仍然在早期开发中,我们强烈建议您使用 Nightly 频道并经常从 Mozilla 获取最新更新。 开发者版 (Developer Edition) 或者测试版 (Beta) 的故障修复速度较慢,因此 SwitchyOmega 不支持这些频道的版本。

在反馈问题前,请确定您正在使用最新的 Nightly 编译版。反馈问题时请提供您的编译版本号和编译日期。

已知问题

  1. PAC 情景模式无法使用。无论是单独使用 PAC 情景模式还是自动切换中使用都不能工作。
    • 如果某个请求切换到了 PAC 情景模式,会出错,然后那个请求会变成使用直接连接。
  2. 选项同步默认无法使用,因为同步存储在 Firefox 的 flags 中默认禁用。此功能未经过充分测试。
    • 您可以自行在 flags 中启用,但遇到问题请及时反馈。

注:如您遇到了其他问题,请使用图标右键菜单的“反馈问题”功能提交错误报告,以便开发者及时修复,谢谢。

Clone this wiki locally