自动登录账号、快捷寻找自己库被其他脚本引用、更新自己的脚本列表、库、优化图片浏览、美化页面、Markdown复制按钮
每个页面都是这样?
点不了一点啊。
改成pops-maskstyle="z-index: 111111 才能点啊!
这是启用了啥插件/脚本z-index层级那么高直接到2^31-1上限了
这是启用了啥插件/脚本 z-index 层级那么高直接到 2^31-1 上限了
我就开了你一个油猴脚本啊 也可能是装的谷歌插件干的吗
控制台执行看看
let maxZIndex = 0;
let maxZIndexNode = null;
document.querySelectorAll("*").forEach((element,index) => {
let nodeStyle = window.getComputedStyle(element);
if (nodeStyle.position !== "static" && nodeStyle.display !== "none") {
let nodeZIndex = parseInt(nodeStyle.zIndex);
if(!isNaN(nodeZIndex)){
if(nodeZIndex>maxZIndex){
maxZIndex = nodeZIndex;
maxZIndexNode = element;
}
}
}
})
上方的控制面板打开来无法点击项目啊。 都是灰色了,