阅读:1942回复:2
webmailnotifier+yeah.com使用问题
大家知道yeah的邮箱登陆方式两种:简易或3.0式样。登录3.0式样就会很卡,老提示我script error,我可不可以在收到邮件提示后点击提醒直接登录简易界面?要修改script的登录网址吧?
下面是163的邮箱登陆,怎么改成yeah的邮箱?并且是简约模式登录,我使用新3.0模式登录老卡。 /**** 163.com ****/ var name="mail.163.com"; function init(){ this.dataURL="http://fm163.163.com/coremail/fcg/ntesdoor2?funcid=getusrnewmsgcnt&fid=1&addSubFdrs=1&language=0&style=0&template=newmsgres_urs_2008.htm&username="; this.loginData=["https://reg.163.com/logins.jsp", "username","password","product=163&type=1&ursname="]; this.mailURL="http://fm163.163.com/coremail/fcg/ntesdoor2?verifycookie=1&lightweight=1"; } function getCount(aData){ var fnd=aData.match(/var\s+res\s+=\s+(\d+);/); if(fnd){ return fnd[1]; }else{ return -1; } } |
|
1楼#
发布于:2010-03-11 22:29
up again
|
|
2楼#
发布于:2010-03-11 22:29
我记得我发过163系列的邮箱的脚本啊
https://www.firefox.net.cn/forum/viewtopic.php?t=29858 |
|