Skip to content

Instantly share code, notes, and snippets.

@ans-ashkan
Created October 20, 2023 06:41
Show Gist options
  • Save ans-ashkan/3ff324c9b92077e802347c158336e935 to your computer and use it in GitHub Desktop.
Save ans-ashkan/3ff324c9b92077e802347c158336e935 to your computer and use it in GitHub Desktop.
Linkedin Skills Page, Skill extraction
[...new Set(Array.from(document.getElementsByClassName("optional-action-target-wrapper display-flex flex-column full-width")).map(x=>x.href).filter(h=>h.includes('keywords') && h.includes('PROFILE_PAGE_SKILL_NAVIGATION')).map(x=>new URL(x).searchParams.get('keywords')))].join(', ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment