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 } ]