I want to create an add-on that will add an alternative to the toolbara (div element with absolute position) on each website.
But when somebody click the close button, div element will be invisible. Only the reopen button will be visible.
When I set localStorage.myDivHidden = ‘true’ I can read a value only for current domain. When I go to other website myDiv var is again ‘false’.
How can I set a “global” variable for my add-on?
Sorry for my english.
Thank you in advance for your help.
Have a nice day!