網頁

2010年4月30日 星期五

[GreaseMonkey] google services uging https (強制Google服務使用https)

其實Google的Services(e.g. gmail; calendar; docs; spreadsheets)都有支援https,但目前只有gmail可在帳戶中設定,所以就用這個啦,強制其使用https,確保資料的安全性。

需先安裝GreaseMonkey,Firefox、Google Chrome、Opera、IE都有。
google_services_https安裝(Install)。

程式碼如下:

// ==UserScript==
// @name Google services https
// @namespace wangaguo
// @include http://mail.google.com/*
// @include http://spreadsheets.google.com/*
// @include http://docs.google.com/*
// @include http://www.google.com/calendar/*
// ==/UserScript==

if(location.href.match(/^http:/i)) location.href = location.href.replace(/^http:/i, "https:");

戴爾又出包10萬標1萬,有人說是宣傳手法。

"戴爾又出包10萬標1萬,有人說是宣傳手法",針對這句話就產生了一些想法,兩個方向:
1、只是個意外,但怎麼預防?
 這有太多方法了,不想寫給你看!
2、就是要宣傳,但損傷不能太重。
 想說如果故意要這麼做的話,而又不能不出貨。
 可能就得在系統中動手腳,可能出個10台、30台,然後下單就會失敗了。
 但是如果故意這麼做,有法律責任嗎?