how to add key in local storage from inspection view code example
Example: store data in localstorage chrome as per address bar url using javascript
localStorage.setItem('fullName', 'Jenny Smith');
localStorage.setItem('fullName', 'Jenny Smith');