Last active
April 15, 2019 13:23
-
-
Save error404as/86554b8a64fc5056b7fec86e9ef6a569 to your computer and use it in GitHub Desktop.
unwatch
This file contains 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
// https://github.com/watching | |
[...document.querySelectorAll('.repo-list > li .select-menu-modal .select-menu-list button:first-child')].forEach(el => el.click()); | |
setTimeout(()=>{ window.location.reload(); }, 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment