Hard Software configs

While surfing in Hard Software you can enable/disable some configs so you have a better experience; The configs you select will be applied immediately, but if you want your selections to persist at every visitted page, you must enable the option "persist configs in localStorage" - by doing so you authorize the use of the localStorageApi, which will store few amounts of info the javascript will use to reapply your selections at every page access. The default value for all options is disabled, and are described below; by the end of the page is your localStorage config values:

  • Theme: Apply style and animations for thew selected page theme, presented as a select with multiple values. Is stored as:
    Storage { "theme": "theme-value" }
  • Dark Mode: Changes page style to "dark" or "light". Stored as:
    Storage { "website-mode": {("dark")|("light")} }
  • Persist config in localStorage: Disabling this will erase all localStorage options, so if you disable and refresh, everything must be re-configured. Stored as:
    Storage { "enable-localstorage": "true" }
  • Enable animations: Enable animations if content that can possibly flick and move fairly fast doesn't affect you. Stored as:
    Storage: { "enable-animations": {("true")|("false")} }

Your current localStorage stored values: