Suppose a user has put some time and effort into asking and answering questions on Stack Overflow, Server Fault, Super User, Meta Stack Overflow or any of the most popular Stack Exchange sites. How can that user keep up-to-date with his or her scores on these sites and be alerted to any changes? Is there perhaps a Firefox extension which could help?
|
I have just uploaded Stack Overflow Reputation Display, a new Firefox extension to the Mozilla addon site which allows you to monitor the scores of one or more accounts on a dozen or so Stack Overflow-like sites. Details of your reputation score and badge counts for your account(s) are shown unobtrusively in the status bar, and are updated periodically. Optional sound effects can draw your attention to any changes.
The extension is currently in the Mozilla add-ons sandbox awaiting feedback from reviewers and users, but I am hoping that it will be promoted to official public status before long. If you would like to install this extension, you can download it here. |
|||||||||||||||||
|
|
I'm using the microsummary XML file found here for FF: Firefox users - your Stack Overflow “reputation” microsummary! specifically this answer. You just have to add bookmarks to your summary page into your bookmark toolbar and use the "live title" option for the name. You get something akin to:
|
|||||
|
|
This add-on is great! However, I just discovered that it is not compatible with Firefox 3.6 :( Feature request: what do you think about adding an indicator of new messages (i.e. the same as the orange envelope icon)? Bug report: sometimes it stops updating (perhaps related to having a humongous number of tabs open, which I usually do); also, if there is more than one browser window open, usually only one of the windows will continue to update, and then if that window is closed the other window(s) do not resume updating, either. |
|||||||
|
|
I use Jon Skeet's reputation tracker. It's maybe not as convenient as a Firefox extension, but I usually use Safari. |
|||
|
|
|
I made a extension for Chrome to do this a while ago (SOFURep in case anyone is interested), but since custom toolbars for extensions has been discontinued, it no longer works (although I haven't tried it on the latest dev build). I would be good if there was an official extension/plugin/addin for this for the major browsers - perhaps either written by the SO team, or an officially adopted one. I only wrote one because there wasn't one available - it seems silly for many people to reinvent this same wheel. |
|||
|
|
|
I use a Windows batch script that downloads the user profile HTML from 6 sites (SOFU and 2 Stack Exchange sites) using Wget and a Perl one-liner for each to extract the reputation information and appends it to a text file, SOscores.txt, together with a timestamp. Thus SOscores.txt is also a permanent record of reputation over time. At the end SOscores.txt is opened in the program that opens .txt files, e.g. UltraEdit. This script would be similar on Linux and Mac OS X. It could be made simpler by some refactoring.
|
||||
|
|

