19 Dec 2011

修正Firefox邮件提醒插件webmail notifier的hotmail邮箱问题

收藏到CSDN网摘

firefox的webmail notifier插件非常好用.但是这2天突然发现hotmail邮箱提醒不能用了,gmail还是可以的.
google后找到的解决办法如下:

更新hotmail.js文件的105行.
找到这个js文件的方法:firefox的help菜单,trouble shooting,然后找到profile文件夹,hotmail.js文件就在下面这个路径下:
<firefoxprofile>/extensions\{37fa1426-b82d-11db-8314-0800200c9a66}\components\scripts

105行 :
var fnd=aData.match(/<ul\s+?class="List FolderList.+?>([\s\S]+?)<\/ul>/g);

改为:
var fnd=aData.match(/<ul\s+id="folderListControlUl"\s+class="List FolderList.+?>([\s\S]+?)<\/ul>/g);

No comments :

Post a Comment