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 でないと動かない