我要用到跨域请求,所以在脚本里加上
// @grant GM_xmlhttpRequest
但是这时脚本就访问不到 window 对象里的属性了
请问怎么才能既能用 GM_xmlhttpRequest 也能访问 window 里的属性?