2009年5月1日星期五

Opera 访问 Google 服务自动使用 https 脚本

继续火星,附送 Opera 15 年的庆祝图^^bb

http://chinagfw.org/2009/04/gmailgoogle-reader.html 防止Gmail,Google reader被过滤封锁的小技巧
在 Opera 上的确可用:

http://userscripts.org/scripts/review/5951 Google Secure Pro
把这个页面上的源代码存下来放在 Opera 的 JS 脚本文件夹就 ok 了。

主要就是这一段,不包括版权啊说明啊什么的,作为以防"万一"的备份吧^^
======以下为摘抄=======

// Google Secure Pro
// version 1.1
// ==UserScript==
// @name Google Secure Pro
// @description Forces gMail, gCal, Google Docs & Spreadsheets, and Google Reader to use secure connection.
// @include http://mail.google.com/*
// @include http://www.google.com/calendar/*
// @include http://docs.google.com/*
// @include http://spreadsheets.google.com/*
// @include http://www.google.com/reader/*
// @include http://www.google.com/bookmarks/*
// @include http://www.google.com/history/*
// @include http://groups.google.com/*
// @include http://sites.google.com/*
// @include http://knol.google.com/*
// @include http://www.google.com/notebook/*
// @include http://www.google.com/webmasters/*
// ==/UserScript==
location.href = location.href.replace(/^http:/, 'https:');

======摘抄结束=======

太感动了T_T 很好,就是那种"早知灯是火,饭熟已多时"的事情,说实话我老早想写但是不会写orz

--

没有评论:

发表评论