remove the size restrictions on whatsapp web
whatsapp unlimited by Afterlifepro
Details
AuthorAfterlifepro
LicenseMIT license
Categoryweb.whatsapp.com
Created
Updated
Code size477 B
Code checksumb839680b
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name whatsapp unlimited
@version 20250430.21.33
@namespace https://userstyles.world/user/vielle.dev
@description remove the size restrictions on whatsapp web
@author vielle.dev
@license MIT license
==/UserStyle== */
@-moz-document url-prefix("https://web.whatsapp.com/") {
#app > div > div:not(#wa-popover-bucket, #expressions-panel-container) > div {
top: revert;
width: 100%;
max-width: revert;
height: 100%;
}
}