From 5f15574e2cf26118754aea72a51b38655b93f5ff Mon Sep 17 00:00:00 2001 From: "bob.rao" Date: Wed, 26 Apr 2023 13:15:35 +0800 Subject: [PATCH] modify selector --- addCheckboxes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addCheckboxes.js b/addCheckboxes.js index 93a8c5e..7944994 100644 --- a/addCheckboxes.js +++ b/addCheckboxes.js @@ -1,6 +1,6 @@ function addCheckboxes() { const conversations = document.querySelectorAll( - '.flex.flex-col.gap-2.pb-2.text-gray-100.text-sm > .flex.py-3.px-3.items-center.gap-3.relative.rounded-md' + '.flex.py-3.px-3.items-center.gap-3.relative.rounded-md' ); conversations.forEach((conversation, index) => {