Category Archives: Browser

Browsers…

整合 bloglines 及 del.icio.us

persistent.info 看到 Integrating Bloglines and del.icio.us

這篇文章裡面告訴你如何在 Firefox 裡 利用 greasemonkey 這個 extension 以及一個 script,將 bloglinesdel.icio.us 整合起來:在 bloglines 看到好東西可以直接轉到 del.icio.us 上。

greasemonkey 是一個邪惡的 extension,可以對某些特定的頁面設定特殊的事情,就像這個範例提到的 bloglines

這是 greasemonkey 網頁上的簡介:

Greasemonkey is a Firefox extension which lets you to add bits of DHTML (“user scripts”) to any webpage to change it’s behavior. In much the same way that user CSS lets you take control of a webpage’s style, user scripts let you easily control any aspect of a webpage’s design or interaction.

The Typo Millionaires

Slashdot 看到一則新聞:The Typo Millionaires,其中一段提到打錯 url 形成的產業:

Studies estimate that 10-20% of all hand-entered URLs are mistyped, adding up to at least 20 million wrong numbers per day, helping to enrich the likes of porn purveyors, ISP’s, Paxfire, Microsoft and VeriSign.

相當令人莞爾 :p

我解釋一下,有很多色情網站,或是網路蟑螂會註冊跟某些熱門網站很像的 domain,所以就會產生正牌網站也註冊一卡車 domain 的情況:像是 www.gooogle.com 仍然會連到 Google

Paxfire 我並不熟,但是我剛剛查到的內容是這樣寫的:

Paxfire Inc. has developed a proven, patent-pending technology for ISPs called “HotWords” to perform address-bar searches and mistypes at the network level. HotWords enables ISPs to capture keywords (e.g. cars, books, etc.) and typos made by subscribers without the need for any desktop plug-in or other client-side software. A user can type a keyword or any mistyped domain name directly into the browser bar and get a search result with sponsored links. When a user clicks on one of those links, the ISP then gets a share of that revenue.

看起來像是 Layer 7 filter 或是 transparent proxy 的技術過濾後 redirect 到他想要的網站。

Microsoft 則是在 IE 找不到網站時自動導到 MSN Search 去尋找。

VeriSign 則是在 2003 年搞了 Verisign’s Wildcard Service (這是 ICANN 的紀錄) 將所有 .com 及 .net 不存在的 record 利用 DNS wildcard 的方式導到 Verisign 的某個 page,而引起所有人的反感。

CAcert

del.icio.us 上看到的玩意:CAcert.org。這個站台成立的目的是:

It’s been a long time coming, but the wait was worthwhile, finally you are able to get security at the right price… Free!

For years we’ve all been charged high amounts of money to pay for security that doesn’t and shouldn’t cost the earth.

The primary goals are:

Inclusion into mainstream browsers!
To provide a trust mechanism to go with the security aspects of encryption.

在 “CAcert.org Statistics” 可以看到目前的數量,而在 “Root Certificate” 可以 import root certificate。

不過很可惜,要手動 import key… XD

跟 chunhan 聊到短網址

剛剛跟 chunhan 聊到短網址 (ex: TinyURL0rz) 的事情,提到他目前的作法,發現目前這種作法,如果要搬到外面有提供 database 的 web hosting,大概也會被擋下來吧,資料庫實在太大了 :p

所以我跟他建議用 SQLite,相當好用的 SQL server,尤其 query statesment 其實不怎麼複雜的時候…

SQLite 用單一檔案作為 backend storage,提供絕大多數的 SQL92 語法。在官方網站上面有 Speed Comparison,你可以看出跟 MySQL 速度的差異…

(其實我覺得最變態的是 SQLite 2.x & 3.xports 都是怪叔叔 ijliao 做的 -_-)

Firefox 的 extension (unzip :p)

我一直沒有去研究 Firefox 的 extension 是怎麼做到跨平台的,本來以為是某種特殊的 binary (換句話說,需要 compile),今天突然想到 far 並不會 Windows Programming,於是就去抓了 0rz.netplugins 來看,先用 file 讀看看這是什麼鬼:

gslin@netnews [~/work/0rz] [19:17/W3] file 0rz.zip
0rz.zip: Zip archive data, at least v1.0 to extract

Good,unzip 後發現有個 .jar,這東西看檔名就知道要 unzip :p

進去翻一翻,發現是一堆 rdf & javascript (或者是一個很像 javascript 的 language),原來是這麼簡單 o_____O

看來我以前想太多了 XD

換掉 Tabbrowser Extensions

Tabbrowser Extensions 一直是 Mozilla 以及 Firefox 上相當具有份量的 extension… (不論是重要性還是他的「大小」)

不過因為 TBE 實在太肥大,有許多人就開始把裡面的東西拆出來改寫,於是就有 Tabbrowser Preferences 加上其他的小 extensions 使用。(換句話說,用不到的就不用裝了)

不過由於 Tabbrowser Extensions 所有的功能我全部都用到了 (對,這也是很無奈的啊,胃口被養大了以後就很難吃少一點了啊,這點 sleep 有很深的體會啊…),所以我一直都是用 Tabbrowser Extensions

我剛剛在做 upgrade (包括這幾天剛出來的那十個 WindowsUpdate 以及 Firefox 的 security patch) 後發現 Tabbrowser Extensions 居然有問題,弄了半天沒解決,只好 uninstall 換 Tabbrowser Preferences,換完以後再裝 ScreenSaverUnclosetab,發現還是少了很多東西啊… (繼續慢慢找)