diff --git a/content-scripts/src/modules/options/hideVanityCounts.js b/content-scripts/src/modules/options/hideVanityCounts.js index 2934dfe5..93c9c8a3 100644 --- a/content-scripts/src/modules/options/hideVanityCounts.js +++ b/content-scripts/src/modules/options/hideVanityCounts.js @@ -66,7 +66,7 @@ export const changeFollowCount = (followCount) => { addStyles( "followCount", `[href$="/following"][dir][role="link"], - [href$="/followers"][dir][role="link"] { + [href*="followers"][dir][role="link"] { display: none; }` );