From 7956d28b6cadab92ff9c0fa5883a42c0473a685a Mon Sep 17 00:00:00 2001 From: Stratos Karakondis Date: Wed, 4 Oct 2023 19:07:54 +0300 Subject: [PATCH] update left sidebar selector --- source/browser/selectors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/browser/selectors.ts b/source/browser/selectors.ts index 08ddd9761..e1e0c78d1 100644 --- a/source/browser/selectors.ts +++ b/source/browser/selectors.ts @@ -1,5 +1,5 @@ export default { - leftSidebar: '[class="x9f619 x1n2onr6 x1ja2u2z x78zum5 xdt5ytf x2lah0s x193iq5w xeuugli xycxndf xexx8yu x18d9i69 xkhd6sd x4uap5"]', // ! Tray icon dependency + leftSidebar: '[role="navigation"] > div > div', // ! Tray icon dependency chatsIcon: '[class="x1i10hfl xjqpnuy xa49m3k xqeqjp1 x2hbi6w x13fuv20 xu3j5b3 x1q0q8m5 x26u7qi x972fbf xcfux6l x1qhh985 xm0m39n x9f619 x1ypdohk xdl72j9 x2lah0s xe8uvvx x2lwn1j xeuugli x4uap5 xkhd6sd x1n2onr6 x16tdsg8 x1hl2dhg xggy1nq x1ja2u2z x1t137rt x87ps6o x1lku1pv x1a2a7pz x6s0dn4 x1q0g3np xn3w4p2 x1nn3v0j x1120s5i x1av1boa x1lq5wgf xgqcy7u x30kzoy x9jhf4c xdj266r x11i5rnm xat24cr x1mh8g0r x78zum5"]', // ! Tray icon dependency conversationList: '[role=navigation] [role=grid] [class="x1n2onr6"]', conversationSelector: '[role=main] [role=grid]',