527 reputation
1313
bio website stackoverflow.com/u/938089
location The Netherlands
age 19
visits member for 1 year, 3 months
seen 15 hours ago
stats profile views 4

15h
comment “View Vote totals” without 1000 rep
Thanks for reporting, I've even forgotten that I've added that link to the error message. Turns out to be useful ;) I'll check it out later.
Jan
4
comment “View Vote totals” without 1000 rep
@PaulT. Works fine here. If you're trying it in incognito mode, you have to check the tick before "Allow in incognito" at chrome://extensions/.
Dec
15
comment Bring back the Bold!
Consider inserting a stylesheet instead of using jQuery. With your current script, layout inconsistencies may occur if the page is changed by the live update feature. And, stylesheets can also be used with Stylish.
Dec
10
comment StackInbox - a Chrome/Firefox Extension that Preserves New Stack Exchange Inbox Messages Until They Are Actually Read
@jmort253 FYI, Real-time desktop notifications for Stack Exchange inbox is now also available to Firefox. And no, porting was not trivial :p
Dec
10
comment Real-time desktop notifications for Stack Exchange inbox ( Chrome / Firefox )
You can install the extension with a few clicks at the Add-on gallery: addons.mozilla.org/en-US/firefox/addon/…. I have added usage notes to Github (and this question's first post), I hope that it's more clear how to use it.
Dec
9
comment Real-time desktop notifications for Stack Exchange inbox ( Chrome / Firefox )
It took some efforts, but I've managed to port the extension to a Firefox add-on. I'll update the first post once it has passed review at AMO. Till then, you can get it from the Github repository at github.com/Rob--W/stackexchange-notifications/tree/master/….
Dec
2
comment Real-time desktop notifications for Stack Exchange inbox ( Chrome / Firefox )
@reprogrammer Technically, yes. Can you post a feature request with desired details as an answer, or create an issue on Github? In particular, how do you imagine this feature, what determines whether a post is "new" or "read"?
Oct
3
comment “View Vote totals” without 1000 rep
@user2428118 See Jeff's answer at meta.stackoverflow.com/a/1007/169101.
Jun
12
comment Registering app for API 2.0 key without Oauth domain
I had a valid 1.1 key. After upgrading to the 2.0 API, I received the "bad_parameter key doesn't match a known application" error. So, I went to register a 2.0 key, to find out that an OAuth domain is required. I filled in bogus (stackapps.com), because otherwise it won't let me register a new key.
Apr
11
comment Stack Alert [Google Chrome Extension] - Keep tabs on your inbox without needing to have a Stack Exchange site open.
@GeorgeEdison Currently, Chrome is the only browser which natively support notifications. I can imagine that some users don't like notifications in Chrome, so add an option to set this preference. To implement this feature in Firefox, you can have a look at the source code of this add-on.
Feb
19
comment VoteCounts: bookmarklet to display up/down votes even for rep less than 1000
If you want to view vote counts on answers as well, have a look at this one: “View Vote totals” without 1000 rep (bookmarklet or userscript).
Feb
7
comment “View Vote totals” without 1000 rep
@GGG Updated and uploaded code. Now, you can also show vote counts after voting. I notice that, after voting, the SE API does not necessarily show the newest vote counts. After a few minutes, the requested counts are correct, though. This might be a bug in the SE API.
Feb
6
comment “View Vote totals” without 1000 rep
@GGG I have uploaded a new version, which adds a CSS-fix for IE7-. Do you still observe the bug? If yes, please specify your browser version and OS.