Embiggen WhatsApp Web

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

  1. /* ==UserStyle==
  2. @name Embiggen WhatsApp Web
  3. @author Gresh1234
  4. @namespace Gresh1234
  5. @description Gets rid of the margins and padding in the web.whatsapp.com interface.
  6. @locale en-us
  7. @match https://web.whatsapp.com/*
  8. @version 1.0.0
  9. @license MIT
  10. ==/UserStyle== */
  11.  
  12. .app-wrapper-web ._aigs:not(._as6h) {
  13. width: calc(100%);
  14. height: calc(100%);
  15. top: 0px;
  16. max-width: 100%;
  17. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址