Last active
July 6, 2025 23:17
-
-
Save kzu/51fe3d6084fe96f6c79c0f284dc33fa6 to your computer and use it in GitHub Desktop.
WhatsApp full width replies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* side bar */ | |
header.xa1v5g2 { | |
background-color: grey; | |
display: none; | |
} | |
/* whatsapp text, new convo */ | |
._aigw header { | |
display: none; | |
} | |
/* contacts pane */ | |
._aigw div { | |
font-size: small; | |
} | |
/* response messages */ | |
.message-in { | |
/* background-color: grey; */ | |
} | |
/* response message content */ | |
.message-in div { | |
max-width: 100%; | |
} | |
/* WhatsApp for Windows ad */ | |
div.xyj1x25 { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This style, applied via a browser extension that can apply CSS to a website (I use https://stylebot.dev/), will make the following changes to web.whatsapp.com:
Before:

After:
