@Dr.Dark hmm very weird… ok, lets try this If you are up for it…
- Open the ocd, save a couple of new lists
- run this in the console:
Object.keys(localStorage).forEach(function(k) { if ( k.indexOf(‘bplist-’)==0 ) console.log(k, localStorage[k]); });
it should output your saved lists! or whatever it ouputs, screenshot that pls
- now Refresh, you should see no lists according to your bug… run the above command again (hitting up key in console should bring it up) and show me if any output for that…
if both don’t show output… then your localStorage may be disabled? maybe for some security reasons? try checking stuff like:
Not sure if anyone else is having similar problems, if so, your input would be appreciated!
sorry, the quotes seem to be getting messed up, try copy pasting this pls:
Object.keys(localStorage).forEach(function(k) { if ( k.indexOf('bplist-')==0 ) console.log(k, localStorage[k]); });
should work better…
Hey mate,
I tried it myself too.
You store the bplists in the localstorage correctly, but once you refresh the OCD view, the list isn’t in the dropdown anymore indeed.


I get same result as Rex. Items are stored right, but they don’t show in dropbar.
@RexXxuS, @Dr.Dark
thank you guys, think i found it… will try to push a new update soon… will have new features too 
and ofcourse… new bugs? 
2 Likes
No new bugs i think, but maybe make the get xx items into something like this? Why not get inspired from the already made HWS Connect 
because it would have taken me more time to add it… I don’t have access to the site’s jquery from my extension…
using my time to add features rather than looks right now… like the new stack size support! and max length support for ocd copy string 
3 Likes
@Hayawen Hey you are playing eu or na? I want to send you some credits as appreciation. Since you are playing less for helping us outside the game i want to compensate you 
1 Like
@Paxxo1985 thank you mate, glad you guys are finding it useful, i play on US, creds are cool but not necessary 
- Added stack size support to backpack! Eg: If you drag 5000 stacks of ingots, they will take 5 spots now in backpack!
- Added auto cutting of long ocd string (If string is too long, you will now be able to copy paste several parts !!! Try it out!)
- More hidden goodies
@Dr.Dark
Enjoy the new version ladies! 
3 Likes
@Hayawen
Stuff is packed up a little close now. And maybe add a “Delete add saves” button?
Also i don’t see a sort OCD button anymore?

And this looks 100x better 
I also got a new error in console. I don’t know if that’s OCD helper related.
damn I knew I left a bug there somewhere… will check where that button went!
nope that’s not related to the app, I don’t think so at least… not with the swap button broken…
Hey guys!
Ok, I’ve pushed a new update… hopefully the buttons are nicer now…
Also brought back the SWAP Button!
Cheers 
2 Likes
usually takes a while for google to publish it from the time i upload it…
but it should be up by now… what version does the plugin read in about://extensions ? should be 0.1.9 now…
I just had to manually hit Update in developer mode in Chrome to have it updated it 9… i’m not sure you have that button, do you? if so you can use it to force the update, otherwise, try restarting chrome maybe?