X: hide "Who to follow"
Removes the "Who to follow" box from the right column so it stops suggesting accounts you do not want.
Code to copy
/* Hide the "Who to follow" suggestions box in the sidebar */
[data-testid="sidebarColumn"] aside,
[aria-label="Who to follow"],
[data-testid="sidebarColumn"] section:has([data-testid="UserCell"]) {
display: none !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.