修复ChatGPT覆盖导致布局错误问题和claude没有正确覆盖的问题
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"title": "AI Chat History",
|
"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": [
|
"list": [
|
||||||
{
|
{
|
||||||
"domain": "grok.com",
|
"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
|
"type": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"domain": "chatgpt.com",
|
"domain": "chatgpt.com",
|
||||||
"xpath": "//*[@id=\"history\"]",
|
"xpath": "/html/body/div[2]/div[1]/div/div[1]/div/div[2]/nav",
|
||||||
"type": 0
|
"type": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"domain": "claude.ai",
|
"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
|
"type": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"domain": "duck.ai",
|
"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
|
"type": 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user