在国内的gmail用户由于收到的邮件偶然存在敏感字符而被Great FireWall短暂盾掉的现象并不鲜见。而用https访问gmail似乎问题就不存在了。又或者,在非安全网络环境下使用gmail也不放心,希望一直使用https。
以下是强制使用https访问方法,
1.使用Firefox浏览器
2.安装GreaseMonkey插件
3.Tools-
GreaseMonkey –
New User Script,在Include中加入http://mail.google.com/*,填上其他的内容
4.选择script编辑器(可能不需要)
5.打开js文件后加上:
window.location.href = window.location.href.replace(/^http:/, ‘https:’);
6.保存关闭,重启FireFox
确定右下角有个猴头(Greasemonkey is enabled)。这样无论什么时候使用gmail,都是https方式了。
IE的不知道。也是加个类似的插件吧 。