WhatsApp Web: hide search hints
Removes the hint rows and "Try a search!" prompts shown under the search bar.
Code to copy
/* Remove search hints and empty-state suggestions in the chat list */
[data-testid="search-hint"],
[data-testid="search-empty"],
div[role="region"][aria-label*="hint" i],
div:has(> [data-testid="search-hint-row"]) {
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.