Skip to content

Instantly share code, notes, and snippets.

@erickpatrick
Created July 11, 2018 14:42
Show Gist options
  • Save erickpatrick/661423d5a51926f9a6ce168ec15c6f0b to your computer and use it in GitHub Desktop.
Save erickpatrick/661423d5a51926f9a6ce168ec15c6f0b to your computer and use it in GitHub Desktop.
Unsave all saved medium publications I have
let savedPosts = document.querySelectorAll('[data-action=remove-from-queue]')
savedPosts.forEach(button => button.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment