Firefox:Dive Into Greasemonkey/4.20. Redirecting pages
Mozilla中文Wiki
您的位置:Dive Into Greasemonkey → 公用模式 → 重定向页面
[编辑]
4.20. 重定向页面
通过设置 window.localtion.href 属性,您可以使用 Greasemonkey 来自动重定向确定的页面。
window.location.href = window.location.href.replace(/^http:/, 'https:');
[编辑]
实例
- GMail Secure (http://diveintogreasemonkey.org/download/gmailsecure.user.js)
- Salon Auto-Pass (http://diveintogreasemonkey.org/download/salonautopass.user.js)
← 改写链接
截取用户鼠标点击 →

![[首页]](/stylesheets/images/wiki.png)