Get 2 userscripts to interact with each other?
问题 I have two scripts. I put them in the same namespace (the @namespace field). I'd like them to interactive with another. Specifically I want script A to set RunByDefault to 123. Have script B check if RunByDefault==123 or not and then have script A using a timeout or anything to call a function in script B . How do I do this? I'd hate to merge the scripts. 回答1: The scripts cannot directly interact with each other and // @namespace is just to resolve script name conflicts. (That is, you can