Hides and removes a bunch of visual cruft from Feedly
Minimalist Feedly by naltmann
Details
Authornaltmann
LicenseNo License
Categoryfeedly.com
Created
Updated
Size696 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 Minimalist Feedly
@version 20240709.12.52
@namespace ?
==/UserStyle== */
@-moz-document domain("feedly.com") {
.TrainLeoButton, .visitWebsiteButton, .annotationsHolder, .EntryList__heading, .EntryEngagement, .action, .tag-button, .frameActionsTop, .EntryMetadata__most-interesting, .related-business-event-entries, .RelatedEntriesSection, .StackablePrompt--leo, .InterestingMetadataWrapper, .LessLikeThisSelector, .m-l-1 {display: none !important;}
.inlineFrame, .headerInfo, .shareBarHolder, .inflineFrame, .InlineArticle, .ShareBar--inlined, .shareBarHolder {border: 0 !important; margin: 0 !important;}
.u100Entry, .entryBody {max-width: none !important;}
}