Confirm all skills at linkedin
var expander = document.querySelector('[data-control-name="skill_details"][aria-expanded="false"]') | |
if (expander) expander.click() | |
;[].slice.apply(document.querySelectorAll('button[data-control-name="endorse"]')).forEach((btn) => { | |
btn.click() | |
}) |
This comment has been minimized.
This comment has been minimized.
This is so dirty - thank you Now maybe sneak this in some PRs for popular browser extensions? ;) |
This comment has been minimized.
This comment has been minimized.
haha, yes! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Scroll down to the skills section and paste this in the console - it will expand the skills list and confirm them all :)