autopagerize 0.0.22 wont work on firefox3beta3

AutoPager.prototype.request = function() {
    if (!this.requestURL || this.lastRequestURL == this.requestURL) {
        return
    }
    if (!this.requestURL.match(/^http:/)) {
        this.requestURL = pathToURL(location.href, opt.url)
    }
    this.lastRequestURL = this.requestURL
    var self = this
    var req = new XMLHttpRequest()

GM_xmlhttpRequestからXMLHttpRequestになったのが原因で、どんなURLもopenしたときに例外が出てる。fx2で試してないけどfx3でなんかがかわって、sandboxのprincipalのoriginがウインドウのdomainと違うんじゃないんだろうか。

とりあえず報告まで。