-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
问题描述
沙盒环境访问全局变量会被拦截到HTML同id元素上
相同代码油猴没这个问题
重现步骤
具体代码详见补充信息
脚本猫版本
v1.0.2
操作系统以及浏览器信息
Edge v139
补充信息 (选填)
// ==UserScript==
// @name New Userscript
// @namespace https://bbs.tampermonkey.net.cn/
// @version 0.1.0
// @description try to take over the world!
// @author You
// @match https://pokeclicker.g8hh.com.cn/
// @grant unsafeWindow
// ==/UserScript==
/* global pokemonList */
unsafeWindow.test = function () {
console.log(window.pokemonList)
console.log(unsafeWindow.pokemonList)
console.log(pokemonList)
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working