Sorry, I made a big mistake.
I was using the primedice api, and when I get the information of a bet, it gives me the SHA encrypted version of the bet, and not the unhashed version.
Not sure why that happens, but I think @stunna should change it so that the unhashed version is sent VIA the API. If for some reason people wanted the hashed version, they can easily do it themselves.
In PD3 the same server seed is used for all of your bets until you ask for it to be changed. If you look at the 3 screenshots in my previous post you'll see that only the nonce (the number at the end of the client seed) changes - the seed is the same. That allows you to be sure there's no funny business going on.
In PD2 the server seed changed with every bet you made, which was open to abuse by the site if you didn't change your client seed unpredictably every roll.
I made a new version of the verifier script which verifies a range of rolls with a single click:
http://jsfiddle.net/qv30b62u/embedded/result/Here it is verifying my 6 rolls - see how it generates the same rolled numbers?