Skip to content

Frameless WhatsApp by abrahammurciano

Details

Authorabrahammurciano

LicenseNo License

Categoryweb.whatsapp.com

Created

Updated

Code size415 B

Code checksum6a748cc

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make WhatsApp Web take up the entire available space on larger screens.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Frameless WhatsApp
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    Make WhatsApp Web take up the entire available space on larger screens.
@author         Abraham Murciano
==/UserStyle== */

@-moz-document domain("web.whatsapp.com") {
    div#app ._aigs {
        max-width: 100%;
        width: 100%;
        height: 100%;
        top: 0;
    }
}

Reviews

No reviews yet.