Widens the feed to minimize wasted space when browsing.
Facebook Larger Feed by reezavt
Details
Authorreezavt
LicenseNo License
Categoryfacebook
Created
Updated
Size587 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}