A browser extension that automatically highlights your keywords across LinkedIn job descriptions.
demo.mp4
- Install a user script manager extension (like Tampermonkey)
- Visit LinkedIn Job Skills Highlighter
- Click the
Install
button
After installing the script:
- Click on the Tampermonkey extension icon on your browser, then click
Dashboard
- Open
LinkedIn Job Skills Highlighter
from the list - Select all the codes and copy
- Go to ChatGPT or your preferred AI chatbot that support uploading files
- Upload your resume
- Copy and paste this prompt:
This is a Tampermonkey script that highlights keywords on LinkedIn jobs. Based on my attached resume and my skills, modify the code's skillsHighlight 'strong' and 'intermediate' objects.
DO NOT change or add any 'weak' skills. Do NOT add any skill not mentioned in the resume. DO NOT change any other part of the code.
Re-write the full script with changes applied.
Script:
[Paste code from step 3 here]
- Copy the generated code into the Tampermonkey script, and save
- Refresh LinkedIn
Important
Please note that for the extension to work, you must open a LinkedIn Jobs page (https://www.linkedin.com/jobs/collections/...
) and then reload the page.
- Case-insensitive keyword matching
- Works with dynamic content loading
- Customizable keywords and colors
- Initially configured for LinkedIn, but can be modified for any website
MIT License