From d10bcc5c9f4dd0fb3da25fd2892cdc7b19bb6fbc Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Tue, 22 Aug 2023 22:35:50 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fixed=20a=20bug=20in=20the=20rec?= =?UTF-8?q?ommended=20users=20field=20insertion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content.ts b/src/content.ts index d519604..ad71305 100644 --- a/src/content.ts +++ b/src/content.ts @@ -43,7 +43,7 @@ const searchAndShowBskyUsers = async ({ progressive: "Following", }, statusKey: VIEWER_STATE.FOLLOWING, - userCellQueryParam: '[data-testid="UserCell"]', + userCellQueryParam: '[data-testid="cellInnerDiv"] [data-testid="UserCell"]', addQuery: async (arg: string) => await agent.follow(arg), removeQuery: async (arg: string) => await agent.unfollow(arg), })