A Chrome extension that simplifies the LinkedIn interface by hiding most UI elements, leaving only the essential parts:
- The LinkedIn logo
- The search bar
- The "create post" element
What Gets Hidden
- All navigation menu items (Home, My Network, Jobs, Messaging, etc.)
- All sidebar elements (profile information, news, ads)
- LinkedIn Premium upsell prompts
- Feed content (posts, articles, etc.)
- Footer elements
- Messaging overlay
- Advertisements and promotional content
- Any other distracting UI elements
- Clone this repository or download it as a ZIP file and extract it
- Open Chrome and navigate to
chrome://extensions - Enable "Developer mode" by toggling the switch in the top right corner
- Click "Load unpacked" and select the folder containing the extension files
- The extension will now be installed and active when you visit LinkedIn
https://chromewebstore.google.com/detail/minimal-linkedin/cjhbmbionofknmpkfidcngfglfoocpjo
- Visit LinkedIn.com
- The interface will be automatically simplified, hiding most UI elements
- You'll only see the LinkedIn logo, search bar, and create post element
If you'd like to customize which elements are hidden or shown:
- Edit the
styles.cssfile to change which CSS selectors are hidden - Edit the
content.jsfile to adjust how dynamic elements are handled - Reload the extension from the Chrome extensions page
To generate icon files:
- Run
node images/createIcons.jsto create SVG icons - Convert the SVGs to PNGs using an image editor or conversion tool
- Ensure the icon files are properly placed in the
imagesdirectory
See the LICENSE file for details.
