Created
July 11, 2018 14:42
-
-
Save erickpatrick/661423d5a51926f9a6ce168ec15c6f0b to your computer and use it in GitHub Desktop.
Unsave all saved medium publications I have
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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