LinkedIn Saved - Reader view
by nchicong
Details
Author nchicong
License No License
Category https://www.linkedin.com/feed/saved/
Created 1 year, 8 months ago
Updated 1 year, 8 months ago
Size 702 B
Statistics
Learn how we calculate statistics in the FAQ .
Failed to fetch stats.
Description
LinkedIn is a great source of knowledge when you follow the right content creator/sharer as well as mute the not right content producer.
LinkedIn let you save the articles with Save button, but it is not convenient to export, save them to another reading platform like GetPocket, Instapaper.
With these CSS tweaks, you can read the saved articles at https://www.linkedin.com/feed/saved/ with a clean reading view.
Notes
Userstyle doesn't have notes.
Source code
/* ==UserStyle==
@name LinkedIn Saved
@version 20230324.02.50
@namespace ?
==/UserStyle== */
@-moz-document url("https://www.linkedin.com/feed/saved/") {
div.scaffold-layout__sidebar
, aside.scaffold-layout__aside
, #global-nav
, #msg-overlay
, section.ember-view
, div.initial-load-animation
, .artdeco-toast-item
{
display: none;
}
.social-details-social-activity
{
opacity: 5%;
}
.update-components-actor {
opacity: 15%;
}
.scaffold-layout__content {
display: unset;
}
.authentication-outlet {
padding-top: unset;
}
div.scaffold-layout-container {
margin: 0 !important;
width: 100% !important;
}
}