Skip to content

Instantly share code, notes, and snippets.

@normalhuman
Created April 22, 2018 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save normalhuman/9c67b232e382a37b9f4eb4180fc1ae86 to your computer and use it in GitHub Desktop.
Save normalhuman/9c67b232e382a37b9f4eb4180fc1ae86 to your computer and use it in GitHub Desktop.
Sites that share a moderator
// https://stackexchange.com/about/moderators?by=users
JSON.stringify(Array.from(document.querySelectorAll('.mods-summary-list')).filter(e=>e.children.length>1).map(e=>Array.from(e.children).map(x=>x.hostname.split('.')[0])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment