Hatena::Groupvimperator

yutamoty.vimp

2011-11-09

firefox 8 で LDRize 動いたっぽい

17:20

ldrize.user.js の中身いじる

992 if(location.href.match(this.domain) && (this.disable || $X(this.paragraph).length)){
993     if(this.disable) throw 0;
994     return true;

↓↓↓

992 if(this.domain.length && location.href.match(this.domain) && (this.disable || $X(this.paragraph).length)){
993     if(this.disable) throw 0;
994     return true;

※ただし greasemonkey 0.9.11 でないと動かない

2011-04-05

firefox 4 + vimperator 3 でSSL証明書を楽に見る

12:30

ナビゲーションバー消してて、SSL証明書の確認がめんどかったので、vimperatorのステータスバーから "statusline-toolbar.js" 使ってアクセスできるようにした。ついでにfaviconみれるようになった。

set statuslinetoolbars=identity-box

hoge

12:30

fuga