相信同时使用Firefox和G-mail的网友有很多,那么有没有什么方法让G-mail成为Firefox的默认邮件客户端呢?请往下看:
- 在Firefox中打开Gmail.
- 在加载Gmail的标签页中,复制如下javascript代码到你的地址栏中,如上图:
javascript:window.navigator.registerProtocolHandler("mailto","https://mail.google.com/mail/?extsrc=mailto&url=%s","GMail")
如果你是Google Apps的用户,请使用下面这段代码,不过要将example.com 换成你自己的域名:
javascript:window.navigator.registerProtocolHandler("mailto","https://mail.google.com/a/example.com/mail/?extsrc=mailto&url=%s","GMail")
- Firefox 3 会询问是否将Gmail添加为默认打开mailto的程序. 点击Add Application button
- 现在,如果你点击了一个mailto链接(及email链接),Firefox 3会询问你选择哪个程序打开。选择Gmail并勾上"Remember my choice for mailto links",这样以后就不用再选择了。
如果该方法不适用,请在浏览器地址栏中输入 about:config ,然后查看 network.protocol-handler.external.mailto 的值是否是true.
- 如果想要在Firefox 3中取消Gmail打开mailto链接, 进入Tool工具栏, 选择 Options. (Mac用户进入Preferences对话框.) 在 Applications 便签里, 查找 mailto. 在 mailto handlers的列表中, 选择Applications Details, 如下图. 在这里你就可以选择Gmail并将其删除。