If i am a random user visiting a twitch broadcasters page and I want the extension to remember a setting… Is using localStorage
to set / get a viable option?
Sure. I use it to store a “post login/ID Grant” actions.
Only wise for persisting a viewers options, not a broadcaster/extensions settings naturally
Just make sure to have a viable backup.
People using the browser Brave tend to have issues it seems.
1 Like
Thanks for the response. Makes perfect sense.