Skip to content

Instantly share code, notes, and snippets.

@error404as
Last active April 15, 2019 13:23
Show Gist options
  • Save error404as/86554b8a64fc5056b7fec86e9ef6a569 to your computer and use it in GitHub Desktop.
Save error404as/86554b8a64fc5056b7fec86e9ef6a569 to your computer and use it in GitHub Desktop.
unwatch
// 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