fixed selectors for changes in ChatGPT UI
This commit is contained in:
@@ -9,10 +9,10 @@ if (typeof window.globalsLoaded === "undefined") {
|
|||||||
confirmDeleteButton: "button.btn.btn-danger",
|
confirmDeleteButton: "button.btn.btn-danger",
|
||||||
threeDotButton: '[id^="radix-"]',
|
threeDotButton: '[id^="radix-"]',
|
||||||
// 更新为新的对话选择器格式
|
// 更新为新的对话选择器格式
|
||||||
CONVERSATION_SELECTOR: 'li[data-testid^="history-item-"]',
|
CONVERSATION_SELECTOR: '[href^="/c/"]',
|
||||||
// 更新标题选择器,保持相对路径
|
// 更新标题选择器,保持相对路径
|
||||||
TITLE_SELECTOR: ".relative.grow.overflow-hidden.whitespace-nowrap",
|
TITLE_SELECTOR: ".relative.grow.overflow-hidden.whitespace-nowrap",
|
||||||
INTERACTIVE_ELEMENT_SELECTOR: '[draggable]',
|
INTERACTIVE_ELEMENT_SELECTOR: "button",
|
||||||
};
|
};
|
||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "ChatGPT Bulk Delete",
|
"name": "ChatGPT Bulk Delete",
|
||||||
"version": "5.10",
|
"version": "5.11",
|
||||||
"description": "A Chrome extension to bulk delete ChatGPT conversations",
|
"description": "A Chrome extension to bulk delete ChatGPT conversations",
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icon48.png"
|
"48": "icon48.png"
|
||||||
|
|||||||
Reference in New Issue
Block a user