It hides some distracting elements on LinkedIn's pages (especially the main feed), such as:
- Upsell links
- The news block
- The games block
- The "For companies" menu in the navbar
| // ==UserScript== | |
| // @name News Feed Eradicator for LinkedIn | |
| // @namespace http://miglen.com/ | |
| // @version 0.5 | |
| // @description News Feed Eradicator for LinkedIn | |
| // @author Miglen Evlogiev (hi@miglen.com) | |
| // @match https://www.linkedin.com/* | |
| // @grant none | |
| // @downloadURL https://gist.github.com/miglen/4f1bccf15b63944675d34149dff0bc3d/raw/news-feeds-eradicator-linkedin.user.js#.user.js | |
| // @updateURL https://gist.github.com/miglen/4f1bccf15b63944675d34149dff0bc3d/raw/news-feeds-eradicator-linkedin.user.js#.user.js |
Just migrated it from Codepen.io to markdown. Credit goes to David Conner.
| Working with DOM | Working with JS | Working With Functions |
|---|---|---|
| Accessing Dom Elements | Add/Remove Array Item | Add Default Arguments to Function |
| Grab Children/Parent Node(s) | Add/Remove Object Properties | Throttle/Debounce Functions |
| Create DOM Elements | Conditionals |