From 0133129577b1a32c0627b7728d4da4bf278b1548 Mon Sep 17 00:00:00 2001 From: szialajoscosplay <70654182+k3rielit@users.noreply.github.com> Date: Sat, 6 Aug 2022 03:11:43 +0200 Subject: [PATCH] added feedback when it's done --- github/README.md | 1 + github/lists.js | 1 + 2 files changed, 2 insertions(+) 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 = '';