Skip to content

Instantly share code, notes, and snippets.

@rqreyes
Created April 22, 2020 21:05
Show Gist options
  • Save rqreyes/55f95ad014b5c10ad604c4069a4a657f to your computer and use it in GitHub Desktop.
Save rqreyes/55f95ad014b5c10ad604c4069a4a657f to your computer and use it in GitHub Desktop.
linkedin endorser
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