From 74c38f2fa5818390436bf9f5e5cf1ee4316e11dc Mon Sep 17 00:00:00 2001 From: ddmt Date: Tue, 3 Mar 2026 22:22:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DChatGPT=E8=A6=86=E7=9B=96?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E5=B8=83=E5=B1=80=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=92=8Cclaude=E6=B2=A1=E6=9C=89=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E8=A6=86=E7=9B=96=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rule List/default.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Rule List/default.json b/Rule List/default.json index 0341a03..8ba6bcf 100644 --- a/Rule List/default.json +++ b/Rule List/default.json @@ -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 } ]