I’m curious what you used instead (cookies?), or did you just make a historyless version? Also, why did you need that? localStorage isn’t exactly a new feature (hell, IE has supported it since version 8, I think).
It appears that my Firefox profile has some security features that mess with localStorage in a way that I don’t understand. I used Greasemonkey’s GM_[sg]etValue instead. (Important and maybe obvious, but not to me: their use has to be desclared with @grant in the UserScript preamble.)
I’m curious what you used instead (cookies?), or did you just make a historyless version? Also, why did you need that? localStorage isn’t exactly a new feature (hell, IE has supported it since version 8, I think).
It appears that my Firefox profile has some security features that mess with localStorage in a way that I don’t understand. I used Greasemonkey’s GM_[sg]etValue instead. (Important and maybe obvious, but not to me: their use has to be desclared with @grant in the UserScript preamble.)