- 76 名前:名無しさん@お腹いっぱい。 mailto:sage [2013/05/07(火) 22:59:02.04 ID:aWV5HlGy0]
- FireGesturesで「画像だけを表示」だと現在のタブで開きますが
新しいタブで開くようにするにはスクリプトはどうすればいいでしょうか? firegestures@xuldev.org.xpiの中の「FireGestures:ViewImage」だと下みたくなってますが他の関数も使ってるらしくどこをどうしたらいいのかわかりません var imageURL = this.getImageURL(); if (!imageURL) throw this._getLocaleString("ERROR_NOT_ON_IMAGE"); var onCanvas = this.sourceNode instanceof HTMLCanvasElement; if (onCanvas) this.checkURL(imageURL, gBrowser.contentDocument, Ci.nsIScriptSecurityManager.DISALLOW_SCRIPT); openUILink(imageURL, event);
|

|