Last active
April 5, 2017 16:08
-
-
Save lozhn/f0883ace230083e1262f6e9f3d625428 to your computer and use it in GitHub Desktop.
Run in Chrome JS Console to instantneously click all "Unstar" buttons on your Stars page at https://github.com/{username}?tab=stars (then refresh page due to pagination on run again)
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
[...document.getElementsByClassName('starred')].map(e => e.children[1].click()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment