Last active
April 30, 2020 08:46
-
-
Save antonlvovych/a6de1022423dc74b2795 to your computer and use it in GitHub Desktop.
LinkedIn skill endorsements
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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