Merge pull request #23 from ShortTimeNoSee/master

Fix: Adjusted selector to correctly target conversation items
This commit is contained in:
qcrao
2024-09-01 09:34:14 +08:00
committed by GitHub

View File

@@ -7,8 +7,7 @@ if (typeof window.globalsLoaded === "undefined") {
conversationsCheckbox: ".conversation-checkbox:checked",
confirmDeleteButton: "button.btn.btn-danger",
threeDotButton: '[id^="radix-"]',
CONVERSATION_SELECTOR:
"div > div > div > div > div > div > nav > div > div > div > div > ol > li > div > a",
CONVERSATION_SELECTOR: "div.relative > ol > li > div > a",
TITLE_SELECTOR: ".relative.grow.overflow-hidden.whitespace-nowrap",
};