Remove content width limitations on Feedly. Useful for pictures and comics.
Feedly: Expand Content by jnv
Details
Authorjnv
LicenseCC0
Categoryfeedly.com
Created
Updated
Size612 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Feedly: Expand Content
@version 20211129.13.44
@namespace userstyles.world/user/jnv
@description Remove content width limitations on Feedly. Useful for pictures and comics.
@author jnv
@license CC0
==/UserStyle== */
@-moz-document domain("feedly.com") {
#sideArea { display: none !important; }
#mainBar, #feedlyPage { width: 100% !important; }
.u100Entry, .entryBody { max-width: 100% !important; }
#feedlyPart { float: none !important; }
.entryBody .content img {
max-width: 100% !important;
width: auto !important;
}
}