A Chrome extension that automatically hides suggested posts on LinkedIn, giving you a cleaner, more focused feed.
- Automatically hides suggested posts on LinkedIn
- Works in real-time as you scroll
- No data collection - your privacy is protected
- Lightweight and easy to use
- Install from the Chrome Web Store
- Visit LinkedIn
- Suggested posts are automatically hidden
The extension uses a combination of:
- DOM manipulation to hide suggested posts
- MutationObserver to detect new posts
- IntersectionObserver to handle scrolling
This extension does not collect, store, or share any user data. It operates entirely within your browser.
- Node.js (optional for development)
- Chrome browser
- Clone the repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the extension directory
- Open LinkedIn in Chrome
- Verify that suggested posts are hidden
- Scroll to test real-time hiding
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a pull request
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
If you find this extension useful, please consider:
- ⭐ Starring the repository
- 🐛 Reporting any issues
- 💡 Suggesting new features
- 📣 Sharing with your network
This is an unofficial extension and is not affiliated with LinkedIn.