Now with actual (pictures of) gold plate and a gold SO icon.
There's a new preferences tooltip (bling bling) that allows features to be toggled:

Shamelessly ripping off an existing script to show daily reputation, here's a script that:
- Shows day's rep score in the top bar (1)
- Shows the most recent update inline in the header (2)
- Locks the header bar to the top of the page so it's always in view (3)
- Count down the remaining time for earning rep today (4)
- New preferences icon, launches tooltip to change preferences (5)
- Preferences are saved separately for each site
- Show today's reputation in the page title (6)
- Queries for new questions once a minute and updates the page with new questions and updates to existing questions
- If looking at a particular tag, the page is updated only with questions for those tag(s)
- Queries for today's reputation once a minute and inline updates reputation and today's score (with a little hide/show effect for added niceness).
- Shows the today's votes as a tooltip on mouseover of today's score
- Clicking today's score takes you to the reputation page for today
The new preferences tooltip is shown when you click on the gold SO icon (I haven't got round to doing the SF/SU versions). This allows you to pick the desired features, the selections are applied when Save is selected and persisted between sessions.
I've removed the timestamp update processing as when questions are updated, the "X mins ago" field is updated anyway.
You can get the updated script from userscripts.org: http://userscripts.org/scripts/show/58719

Here's the reputation tooltip in action:

I had some issues using the GM_init approach to use the JQuery script already provided, so haven't got that sorted.
Some TODO items:
- Smarter processing for inserting new questions (e.g. block inserts on link mouseover)
- Restore the time field from the latest update item, styled to fit in the available space
- Filter newly inserted questions by interesting tag and/or excluding ignored tags
- Clicking the envelope takes you to today's summary page, as in from midnight UTC to now