Created
April 22, 2020 21:05
-
-
Save rqreyes/55f95ad014b5c10ad604c4069a4a657f to your computer and use it in GitHub Desktop.
linkedin endorser
This file contains hidden or 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
setTimeout(() => { | |
document | |
.querySelectorAll( | |
'button.pv-skill-entity__featured-endorse-button-shared.artdeco-button' | |
) | |
.forEach((button) => { | |
if (button.innerHTML.includes('plus-icon')) button.click(); | |
}); | |
}, 2000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment