Skip to content

Commit

Permalink
added feedback when it's done
Browse files Browse the repository at this point in the history
  • Loading branch information
k3rielit committed Aug 6, 2022
1 parent 19ef79d commit 0133129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions github/lists.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';
Expand Down

0 comments on commit 0133129

Please sign in to comment.