Fairview is a browser extension that helps you discover potential candidates on LinkedIn based on experience, not appearances. It blurs profile pictures, names, and Premium badges - helping you focus on skills, not subconscious biases.
- Blurs profile pictures, names, and Premium badges
- Easy toggle to enable or disable the blur effect
- Works seamlessly with LinkedIn's UI
The extension is available for:
- Chrome
- Edge
- Firefox
- Brave
To start the development server:
# For Chrome/Edge/Brave
npm run dev:chrome
# For Firefox
npm run dev:firefox
To lint and format the code:
npm run lint
npm run format
To build production releases:
# For Chrome/Edge/Brave
npm run build:chrome
# For Firefox
npm run build:firefox
The builds will be available in the dist
directory:
- Chrome/Edge/Brave:
dist/chrome/
- Firefox:
dist/firefox/
MIT License. See LICENSE
for details.
Pull requests are welcome. Please ensure that any features aligns with the project's goals.