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