修复ChatGPT覆盖导致布局错误问题和claude没有正确覆盖的问题

This commit is contained in:
2026-03-03 22:22:31 +08:00
parent 38df911e5e
commit 74c38f2fa5

View File

@@ -1,11 +1,11 @@
[
{
"title": "AI Chat History",
"description": "Hide or protect chat histories from popular AI tools like Grok, DeepSeek, ChatGPT, Claude, and others",
"description": "Protect chat histories from Grok, DeepSeek, ChatGPT, Claude, and other popular AI conversations",
"list": [
{
"domain": "grok.com",
"xpath": "/html/body/div[2]/div[1]/div/div/div[2]/div[7]",
"xpath": "/html/body/div[2]/div/div[1]/div/div/div[2]/div[7]",
"type": 0
},
{
@@ -15,7 +15,7 @@
},
{
"domain": "chatgpt.com",
"xpath": "//*[@id=\"history\"]",
"xpath": "/html/body/div[2]/div[1]/div/div[1]/div/div[2]/nav",
"type": 0
},
{
@@ -25,7 +25,7 @@
},
{
"domain": "claude.ai",
"xpath": "/html/body/div[2]/div/div[2]/div/nav/div[2]/div[2]/div[2]/div/div/div",
"xpath": "/html/body/div[2]/div/div[2]/div[2]/div/nav/div[2]/div[2]/div[2]/div/div",
"type": 0
},
{
@@ -70,7 +70,7 @@
},
{
"domain": "duck.ai",
"xpath": "//*[@id=\"app\"]/main/section[1]/div/div[3]/div[2]/div[2]/div",
"xpath": "/html/body/div[1]/main/section[1]/div/div[3]/div[2]/div[2]/div/div[2]",
"type": 0
}
]