I am exporting strings from one webpage to another on a different domain. I am using GM_setValue
and GM_getValue
to transfer the data between the windows.
I currently have a button on each site, one for exporting the data and the other for importing the data. I was hoping to get this down to one button with an event listener for a GM object value being changed.
I was looking at Object.Watch
as a potential solution.