diff --git a/github/README.md b/github/README.md index a580d14..61e30e4 100644 --- a/github/README.md +++ b/github/README.md @@ -5,6 +5,7 @@ - Paste it into the console - Change the `uid` (first line) to a GitHub account name - Press `Enter` +- Wait for it to complete (it'll write 'Done' into the console) ### Console commands (params are case sensitive): - `starred`: displays the starred, but not listed items - `lists`: displays the account's lists with their items diff --git a/github/lists.js b/github/lists.js index c9fdb59..520b1eb 100644 --- a/github/lists.js +++ b/github/lists.js @@ -38,6 +38,7 @@ function getReposFromList(url) { } function finalize() { + console.log('Done'); const container = document.querySelector("body > div.application-main"); container.style.textAlign = 'center'; let content = '';