Firefoxのgmail notifierが使えない。
Firefoxのgmail notifierが使えない。login Failedしてしまう。
なんか仕様がかわったのかしら。。
関係ありそうなextensionのソース部分
var data = "service=mail&Email=" + encodeURIComponent(this.username) + "&Passwd=" + encodeURIComponent(this.password) + "&null=Sign%20in&continue=http://gmail.google.com/gmail"; this.start("https://www.google.com/accounts/ServiceLoginBoxAuth", data, null, "https://www.google.com/", this.callback);
コメント
初めまして。やはり私もNotifierが使えず、Greasemonkeyなんぞのスクリプトも有効にならなかったので焦りましたが、アップデートして0.4.3で使えるようになりました。
どうやらサービスのURLがgmail.google.com/gmailからmail.google.com/mailに変更になったからのような気がします。
通りすがりですいません。
投稿者: kiyo1977jp | 2005年06月22日 07:26
なるほど、URLの変更でしたか。
Notifierのアップデートしたら動きました。
これがないと不便。
投稿者: かぜぶろ | 2005年06月22日 11:05