From 38df911e5eb99c4794a921b36da54fe5d8da9081 Mon Sep 17 00:00:00 2001 From: ddmt Date: Tue, 24 Feb 2026 16:02:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Rule=20List/default.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rule List/default.json | 78 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 Rule List/default.json diff --git a/Rule List/default.json b/Rule List/default.json new file mode 100644 index 0000000..0341a03 --- /dev/null +++ b/Rule List/default.json @@ -0,0 +1,78 @@ +[ + { + "title": "AI Chat History", + "description": "Hide or protect chat histories from popular AI tools like Grok, DeepSeek, ChatGPT, Claude, and others", + "list": [ + { + "domain": "grok.com", + "xpath": "/html/body/div[2]/div[1]/div/div/div[2]/div[7]", + "type": 0 + }, + { + "domain": "chat.qwen.ai", + "xpath": "/html/body/div[1]/div/div/div[1]/div[2]/div/div[3]/div[2]/div/div/div/div[2]", + "type": 0 + }, + { + "domain": "chatgpt.com", + "xpath": "//*[@id=\"history\"]", + "type": 0 + }, + { + "domain": "gemini.google.com", + "xpath": "/html/body/chat-app/main/side-navigation-v2/bard-sidenav-container/bard-sidenav/side-navigation-content/div/div/infinite-scroller/div[5]", + "type": 0 + }, + { + "domain": "claude.ai", + "xpath": "/html/body/div[2]/div/div[2]/div/nav/div[2]/div[2]/div[2]/div/div/div", + "type": 0 + }, + { + "domain": "www.perplexity.ai", + "xpath": "/html/body/main/div[1]/div/div/div[1]/div/div/div[2]/div[1]/div[2]", + "type": 0 + }, + { + "domain": "chat.deepseek.com", + "xpath": "/html/body/div[1]/div/div/div[2]/div[1]/div/div[3]/div[2]", + "type": 0 + }, + { + "domain": "www.kimi.com", + "xpath": "/html/body/div[1]/div/div/div[1]/aside/div[2]/div[2]", + "type": 0 + }, + { + "domain": "www.doubao.com", + "xpath": "/html/body/div[1]/div/div/nav/div/div[3]/div[3]", + "type": 0 + }, + { + "domain": "yiyan.baidu.com", + "xpath": "/html/body/div[1]/div/div[1]/div/div[2]/div[5]", + "type": 0 + }, + { + "domain": "www.qianwen.com", + "xpath": "/html/body/div[1]/div/div[1]/aside/div/div[2]/div", + "type": 0 + }, + { + "domain": "chat.qwen.ai", + "xpath": "/html/body/div[1]/div/div/div[1]/div[2]/div/div[3]/div[2]/div/div/div/div[2]", + "type": 0 + }, + { + "domain": "chatglm.cn", + "xpath": "/html/body/div[1]/div/section/aside/div[4]/div[2]/div[7]", + "type": 0 + }, + { + "domain": "duck.ai", + "xpath": "//*[@id=\"app\"]/main/section[1]/div/div[3]/div[2]/div[2]/div", + "type": 0 + } + ] + } +] \ No newline at end of file