Skip to content

garnetred/hide-linkedin-applicants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hide LinkedIn Applicants

"Buy Me A Coffee"

Abstract

This browser extension hides the number of job applicants for any given job on LinkedIn.

Note: this has not been tested with LinkedIn Premium. If you're still seeing job applicants on LinkedIn premium feel free to shoot me a message or create an issue so I can work to fix this.

This extension is also available via the Chrome Web Store.

Tech Stack

This project uses vanilla JS, CSS, and HTML.

Setup/Installation

You can clone the repo locally using git clone.

This article offers detailed instructions on loading an unpacked chrome extension. You can navigate to the chrome 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 chart icon appear in the toolbar. When you click on it, you can see "Hide LinkedIn Applicants."

If you navigate to linkedin.com/jobs while logged in and view specific jobs or browse the list of recommended jobs, you should no longer see the number of applicants.

Screenshots

Screen Shot 2023-07-05 at 5 29 11 PM Screen Shot 2023-07-05 at 5 29 19 PM Screen Shot 2023-07-05 at 5 30 08 PM

Future Changes

I think the same code used to hide the job applicant insights in the unordered list below each job title may also be hiding job posting verification - this is because both elements have the same class. In the future I'd like to come up to a solution to fix this. I'd also like to create a Firefox version of this extension at some point.