π§Ή
LinkOff - LinkedIn Filter and Customizer LinkOff cleans and customizes LinkedIn. It filters out the junk, leaving behind the posts and page elements that you want to see.
Links: Chrome Web Store | Firefox Add-Ons | Edge Extensions (Guide) | Brave, Vivaldi (click the Add button) | Opera Add-Ons (guide) | LinkedIn Thread
Make your LinkedIn experience better, instantly! With fewer distractions and better filtered content your sales, lead generation and networking will be a smoother and more enjoyable experience.
No more seeing unwanted likes and comments by your connections. Block the feed or filter it using custom keywords and find the connections and posts you want more easily. Job seeking? Advanced job filtering coming soon. While you are waiting, clean up your inbox - it can do it!
Also available on Firefox. Coming soon to Opera and other browsers.
βοΈ Option to hide the whole feed
βοΈ Post filtering by content (polls, videos, promoted, shared, etc)
βοΈ Hide posts by companies or specific people
βοΈ Filter by custom keywords (politics, coronavirus, vaccination, Noah Jelich, whatever)
βοΈ Hide posts shown due to interactions (comments, reactions, followed by connections)
βοΈ Hide irrelevant old posts (older than an hour, day, week, month)
βοΈ Select messages for mass deletion (clean your inbox)
βοΈ MESSAGE FILTERS COMING SOON
βοΈ Unfollow all collections
βοΈ JOB FILTERING COMING SOON
βοΈ Block ads on LinkedIn (banners, and sidebar)
βοΈ Hide LinkedIn learning and course recommendations
βοΈ Hide community panel and follow recommendations
βοΈ Stop LinkedIn premium upsell pestering
βοΈ Toggle-able dark mode
βοΈ Fully configurable to suit your need!
βοΈ Completely FREE and with NO ADS
βοΈ Made withβ€οΈ by Noah Jelich
βοΈ Are you going to make a Tampermonkey/Greasemonkey script?Unfortunately, no. I do not have time to maintain any more code
βοΈ What about Vivaldi/Brave/Edge/Opera and other browsers?The extension can be natively installed on all chromium browsers
βοΈ What about Safari and MacOs?The store charges 100$ per year to post apps, which I cannot afford
βοΈ How can I use this on mobile?Since neither Chrome or Firefox allow for extensions in mobile browsers, you need to install a chromium distribution that does. I recommend Kiwi Browser (if you have any issues, please report them, still testing mobile support)
Contributing
Please create an issue before submitting a pull request.
Use npm to install dependencies, simply run npm i
. To rebuild the CSS from SCSS run npm run css-build
.
To install the extension locally follow the instructions below for your browser.
Firefox
- Type about:debugging in the Firefox URL bar and press enter.
- Click This Firefox on the left, and then Load Temporary Add-on... in the middle
- Navigate to the location of the folder you unzipped, select the manifest.json file inside.
Chromium
- Type chrome://extensions in the Chrome URL bar and press enter.
- Enable developer mode using the toggle on the right
- Click Load Unpacked on the left side of the screen.
- Navigate to the location of the folder you unzipped, and select it.
Commit message format
Each commit message consists of a header, a body, and a footer.
<header>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>
The <header>
format should be as follows:
<type>(<scope>): <short summary>
β β β
β β βββ«Έ Summary in present tense. Not capitalized. No period at the end.
β β
β βββ«Έ Commit Scope: common|home|feed|messages|jobs|misc... or empty
β
βββ«Έ Commit Type: feat|fix|perf
Revert
If the commit reverts a previous commit, it should begin with revert:
, followed by the header of the reverted commit. In the body it should say: This reverts commit <hash>.
, where the hash is the SHA of the commit being reverted.
Type
If the prefix is feat
, fix
or perf
, it will appear in the changelog. However if there is any BREAKING CHANGE, the commit will always appear in the changelog.
Subject
The subject contains succinct description of the change:
- use the imperative, present tense: "change" not "changed" nor "changes"
- don't capitalize first letter
- no dot (.) at the end
Body
Just as in the subject, use the imperative, present tense: "change" not "changed" nor "changes". The body should include the motivation for the change and contrast this with previous behavior.
Footer
The footer should contain any information about Breaking Changes and is also the place to reference GitHub issues that this commit Closes.
Breaking Changes should start with the word BREAKING CHANGE:
with a space or two newlines. The rest of the commit message is then used for this.