Skip to content

Facebook Larger Feed by reezavt

Screenshot of Facebook Larger Feed

Details

Authorreezavt

LicenseNo License

Categoryfacebook

Created

Updated

Size587 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Widens the feed to minimize wasted space when browsing.

Notes

v1.0

  • Initial Release

Source code

/* ==UserStyle==
@name           Facebook Larger Feed
@namespace      github.com/reezavt
@version        1.0.2
@description    Widens the feed to minimize wasted space when browsing.
@author         ReezaVT
@preprocessor   stylus
==/UserStyle== */

@-moz-document domain("facebook.com") {
    div[role="main"] > div:first-child,
    div[role="main"] > div:first-child > div:first-child > div:first-child > div,
    div[role="main"] > div:first-child > div:first-child > div:first-child > div > div:first-child {
        width: 100% !important;
        max-width: none !important;
    }
}

Reviews

No reviews yet.