matches = document.querySelectorAll('div[aria-label="Toggle to follow"]'); matches.forEach(function(el) { el.click(); });