Skip to content

Instantly share code, notes, and snippets.

View feney's full-sized avatar

Brett Fene feney

View GitHub Profile
@feney
feney / Download-Slack-Profile-Pictures.js
Created September 9, 2021 01:00 — forked from jonkwheeler/Download-Slack-Profile-Pictures.js
Download Slack Profile Pictures / Images
// Enter slack in the browser. https://{insert your team name here}.slack.com/messages/
// Click on the channel you want.
// Click the information icon.
// Expand the members dropdown.
// Click "See All Members"
// Paste the next line into the console, hit enter.
var imageList = new Array()
// If your channel has more than 19 members, the list won't display past that. It also unloads them from the state as you scroll.