Closed WhiteSevs closed 5 months ago
使用 chrome 是否出现此问题?
使用 chrome 是否出现此问题?
chrome倒是挺正常的
那就是 百分浏览器 的问题了,你换 chrome 就行
ok,还有其他问题在讨论区了,麻烦大佬看看能否解决😄 https://github.com/lisonge/vite-plugin-monkey/discussions/165
今天用Edge和篡改猴最新的测试版又试出来了 @lisonge
if (document.head) {
if (document.head.firstChild) {
document.head.insertBefore(entryScript, document.head.firstChild);
} else {
document.head.appendChild(entryScript);
}
} else {
if (document.documentElement.firstChild) {
document.documentElement.insertBefore(
entryScript,
document.documentElement.firstChild
);
} else {
document.documentElement.appendChild(entryScript);
}
}
https://github.com/lisonge/vite-plugin-monkey/assets/50544447/03c2f287-b76c-458b-971a-bea4b92d31db
环境
浏览器:百分浏览器 扩展:篡改猴(5.1.1)
截图