Skip to content

WhatsApp Web Frame Fix by NoahDC2

Details

AuthorNoahDC2

LicenseMIT-0

Categoryweb.whatsapp.com

Created

Updated

Size579 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simply removes the restrictions on the size of the WhatsApp web interface allowing for it to stretch to the bounds of the tab.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           WhatsApp Web Frame Fix
@namespace      Noah D. Y. Craig
@version        1.0.0
@description    Simply removes the restrictions on the size of the WhatsApp web interface allowing for it to stretch to the bounds of the tab.
@author         Noah D. Y. Craig <ndyocr@outlook.com>
@license        MIT-0
==/UserStyle== */
@-moz-document domain("web.whatsapp.com") {
    ._aigs {
        max-width: 100% !important;
        max-height: 100% !important;
        width: 100% !important;
        height: 100% !important;
        top: 0px !important;
    }
}

Reviews

No reviews yet.