Skip to content

Instantly share code, notes, and snippets.

View SebAshton's full-sized avatar
🍰
Eating Cake

Seb Ashton SebAshton

🍰
Eating Cake
View GitHub Profile
var elements = document.getElementsByClassName('js-unfollow')
for(var i=0; i<elements.length; i++) {
elements[i].click()
}