Skip to content

Instantly share code, notes, and snippets.

@antonlvovych
Last active April 30, 2020 08:46
Show Gist options
  • Save antonlvovych/a6de1022423dc74b2795 to your computer and use it in GitHub Desktop.
Save antonlvovych/a6de1022423dc74b2795 to your computer and use it in GitHub Desktop.
LinkedIn skill endorsements
// This script will help you to endorse all skills w/o manual clicking on each
// Open target LinkedIn profile and paste code below in browser's console
Array.from(document.querySelectorAll('.pv-skill-entity__featured-endorse-button-shared')).filter(e => e.ariaPressed === 'false').forEach(e => e.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment