Skip to content

Instantly share code, notes, and snippets.

View thelebdev's full-sized avatar

christopheek thelebdev

View GitHub Profile
(() => {
let count = 0;
function getAllButtons() {
return document.querySelectorAll('button.is-following') || [];
}
async function unfollowAll() {
const buttons = getAllButtons();