Greasy Fork 支持简体中文。

Embiggen WhatsApp Web

Gets rid of the margins and padding in the web.whatsapp.com interface.

/* ==UserStyle==
@name Embiggen WhatsApp Web
@author Gresh1234
@namespace Gresh1234
@description Gets rid of the margins and padding in the web.whatsapp.com interface.
@locale en-us
@match https://web.whatsapp.com/*
@version 1.0.0
@license MIT
==/UserStyle== */

.app-wrapper-web ._aigs:not(._as6h) {
      width: calc(100%);
      height: calc(100%);
      top: 0px;
      max-width: 100%;
    }