How to get localStorage value from other domain

for example i am working in localhost/abc/Load page and i am saving a value into localStorage.

if i move to other work space like localhost/xyz/settings page, can i access the localstorage value which is saved in
localhost/abc/Load?