Skip to content

adegard/linkedin-jobs-filter-ce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This chrome extension filters LinkedIn jobs further with your own list of blocked companies. The jobs are lazy loaded in and a lot of them are promoted. For me in this case I'm avoiding recruiting/consulting companies and trying to target companies directly.

How to use

This is loaded as an unpacked extension.

Select the chrome-extension folder.

See the manifest.json file on what is being used.

  • lijfce.css styles are injected
  • script-loader.js adds two scripts:
    • block.js (array of known unwanted companies)
    • lijfce.js (LinkedIn Job Filter Chrome Extension) this is pretty much "main" where all the code lives

It binds a scrollend handler to the job list on the left. Then it removes job nodes based on your filter. The blocked company list grows via a localStorage entry as you block more companies. A stats panel is also injected (blue top-left) which can show a counter for jobs you applied to so far.

Development Note

When you modify files in a loaded extension you have to refresh it in the Chrome Extensions page.

Manifest v2

I have not updated my extensions to use v3 yet

About

Chrome extension to filter LinkedIn jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.3%
  • CSS 13.7%