I’m posting this in “Feedback” even though it really isn’t – there is (shockingly) no “general” category on this forum. This is an unofficial response to feedback I’ve heard though.
Do you want those mouseover tooltips on the website to show the USD equivalent of your payouts again instead of NMR with a million digits? Of course you do, but discreetly, privately, unofficially! (Numerai can no longer have this as part of the actual website for regulatory reasons, apparently.)
Well, install the Violentmonkey or Tampermonkey extension for your browser (I prefer the former as it is open-source and doesn’t do any funny business but either will work the same) and then pop this script in there:
So you just hit the New Script (+) button (plain “New” on the menu in Violentmonkey), it will bring up a template for a script in the editor – erase what’s there and replace it with the above code. Save, and make sure both the script and the extension are enabled (each can be turned off/on) and there you go.
Oh, an hour or so. There’s other tweaks I can add, but I know people wanted that one so there’s a start. It could probably do other currencies but with USD all the information is part of the page already so that was easy. (Anything else would need to call some API, etc etc)
Cool. I didn’t bother with much formatting because it was just a pop-up (and I have plans for other tweaks and just wanted to get this out there first). I did code it with the negative sign at first, and I just didn’t like the way it looked. I think it needs to be red maybe – I thought the parentheses as used in accounting was a more prominent visual signal.