Mouse Gestures.uc.js
https://gist.github.com/4418231

これにタイマーを付けたいのですがどうすればいいですか
他のスクリプトにあるような
this._timer = setTimeout(!aClearing ? function(aSelf) { aSelf.stopGesture({}, true); } : function(aSelf) { aSelf._timer = content.status = ""; }, 1400, this);
},
のようなものです