08/09/06 00:29:08 4ITka9RO0
>>160
試しにやってみたら
(function() {
var url = content.location.href;
var app = Cc["@mozilla.org/file/local;1"].createInstance(Ci.nsILocalFile);
app.initWithPath("C:\\Program Files\\Portable_Chrome_ 0.2.151.0\\Chrome\\chrome.exe");
Cc["@mozilla.org/browser/shell-service;1"].getService(Ci.nsIShellService_MOZILLA_1_8_BRANCH || Ci.nsIShellService).openApplicationWithURI(app, url);
})();
で行けた。