Tired of seeing BS on LinkedIn that you don't care to see? Well I have a solution for you!
All in one browser extension that removes posts from LinkedIn based on keywords you set. Block the buzzwords, clean your feed.
Most recent release of extension can be found at the links below.
Clone this repo:
git clone https://github.com/NickTheWilder/LinkedOut.gitBuild for your target browser:
./build.sh firefox # Build Firefox extension
./build.sh chrome # Build Chrome extension
./build.sh all # Build bothOutput will be in dist/.
- Go to
about:debugging - Click "This Firefox"
- Click "Load Temporary Add-on"
- Select
dist/firefox/manifest.json
- Go to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked"
- Select the
dist/chrome/folder
Currently, this extension serves its purpose. So likely won't be adding more.
If you would like to contribute, please open an issue or pull request.
Feel free to fork or copy this repo as your own.