Is there any way to keep js settings?

You can use localStorage.setItem("someVariable", "Value"); and localStorage.getItem("someVariable"); for this purpose

2 Likes