For various reasons, I send and receive a significant amount of email
through hotmail. However, the site doesn't even work with recent
Firefox 3.1 betas and I've made an effort to get it working with
Fluid. To do so, it's necessary to set the useragent to one of the
Safari versions otherwise a majority of javascript functionality is
broken. The use of the following brief userstyle vastly improves its
appearance:
div[id^="RadAd_Banner"] {
display: none !important;
}
div[class^="inCenter"] {
display: none !important;
}
It seems that short of scraping HTML, the best way to obtain email
notifications for growl and unread counts for a badge is through the
Windows Messenger API. Unfortunately, my javascript is somewhere
between rudimentary and non-existant and i don't know how to begin
implementing an appropriate userscript via either of these methods.
Any code or help from anybody with similar interests or sufficient
generosity would be greatly appreciated. I've uncovered the following
resources, which may be of varying help to those with a general
knowledge of such APIs:
http://msnwindowslive.spaces.live.com/blog/fakehandlerpage.aspx?sa=790077462
http://www.devx.com/codemag/Article/37667/1954
http://msdn.microsoft.com/en-us/library/microsoft.live.messenger.mailbox.emailreceived.aspx
http://msdn.microsoft.com/en-us/library/microsoft.live.messenger.mailbox_properties.aspx
Any help would be greatly appreciated!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"fluidapp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/fluidapp?hl=en
-~----------~----~----~----~------~----~------~--~---