fixed selectors for changes in ChatGPT UI

This commit is contained in:
nearz
2025-05-28 20:13:04 -04:00
parent 7f9caee275
commit 9e4c860f96
2 changed files with 3 additions and 3 deletions

View File

@@ -9,10 +9,10 @@ if (typeof window.globalsLoaded === "undefined") {
confirmDeleteButton: "button.btn.btn-danger",
threeDotButton: '[id^="radix-"]',
// 更新为新的对话选择器格式
CONVERSATION_SELECTOR: 'li[data-testid^="history-item-"]',
CONVERSATION_SELECTOR: '[href^="/c/"]',
// 更新标题选择器,保持相对路径
TITLE_SELECTOR: ".relative.grow.overflow-hidden.whitespace-nowrap",
INTERACTIVE_ELEMENT_SELECTOR: '[draggable]',
INTERACTIVE_ELEMENT_SELECTOR: "button",
};
// Constants

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "ChatGPT Bulk Delete",
"version": "5.10",
"version": "5.11",
"description": "A Chrome extension to bulk delete ChatGPT conversations",
"icons": {
"48": "icon48.png"