Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garnetred/hide-li-collab-articles

This Chrome extension hides collaborative articles on LinkedIn.
https://github.com/garnetred/hide-li-collab-articles

browser-extension chrome-extension chrome-extensions linkedin productivity

Last synced: about 5 hours ago
JSON representation

This Chrome extension hides collaborative articles on LinkedIn.

Awesome Lists containing this project

README

        

# Hide LI (LinkedIn) Collab Articles

## Abstract

This Chrome extension hides the following on LinkedIn:

- all collaborative articles on the home page
- AI generated prompts below posts and on job postings
- the star symbol that prompts users to upgrade to see post summaries.

## Tech Stack

This project uses vanilla JS, CSS, and HTML.

## Installation

You can clone the repo locally using `git clone`.

## Setup

### Chrome

[This article](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked) offers detailed instructions on loading an unpacked chrome extension. You can navigate to the extensions page via the puzzle piece icon in the toolbar. Enable "developer mode" on the top-right. From there, you can click "load unpacked extension" and choose the folder via the popup. You should then see the writing icon appear in the toolbar. When you click on it, you can see "Hide LI Collab Articles." From there, you can navigate to the LinkedIn homepage (linkedin.com/feed). As you scroll through your feed you shouldn't see any collaborative articles. If you do, please open an issue.

## Screenshots

## Future Changes

Eventually I want to port all of my extensions to Firefox.