Transferring information between userscripts in Chrome
问题 I need to have a function execute on a page in one tab when certain conditions are met in another tab. All I need to do is send some kind of nudge to the other tab. I've tried many things already in conjunction with a timer to keep polling: GM_setValue (not supported in Chrome apparently) Setting top.item (apparently doesn't work between tabs) Cookies (even though my userscripts are running in two tabs on the same domain, this doesn't seem to work) Any other ideas? And yes, I do need to use