Skip to content

Instantly share code, notes, and snippets.

View nvivo's full-sized avatar

Natan Vivo nvivo

  • Lastlink
  • Curitiba, Brazil
View GitHub Profile
@ksafranski
ksafranski / SimpleStore.js
Last active February 26, 2026 06:14
Simple localStorage function with Cookie fallback for older browsers.
/**
* Simple localStorage with Cookie Fallback
* v.1.0.0
*
* USAGE:
* ----------------------------------------
* Set New / Modify:
* store('my_key', 'some_value');
*
* Retrieve: