Vimeo: hide people-to-follow suggestions
Hides the blocks suggesting more creators to follow that distract and grow your account list.
Code to copy
/* Hide the "people you may want to follow" suggestion blocks */
[class*="PeopleSuggestions"],
[class*="WhoToFollow"],
[data-test-id*="suggested-people"],
aside:has(> h2 a[href*="/people"]) {
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.