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
[0]Spine Front-Back | |
[1]Spine Left-Right | |
[2]Spine Twist Left-Right | |
[3]Chest Front-Back | |
[4]Chest Left-Right | |
[5]Chest Twist Left-Right | |
[6]UpperChest Front-Back | |
[7]UpperChest Left-Right | |
[8]UpperChest Twist Left-Right | |
[9]Neck Nod Down-Up |
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
// https://www.linkedin.com/mynetwork/ | |
setInterval(() => { | |
$('button[data-control-name="invite"]').each((i, el) => el.click()) | |
window.scrollTo(0, document.body.scrollHeight) | |
window.scrollTo(document.body.scrollHeight, 0) | |
window.scrollTo(0, document.body.scrollHeight) | |
}, 5e3) |