Merge branch 'master' into interactive-notifications

This commit is contained in:
th-ch
2021-05-02 22:25:01 +02:00
committed by GitHub
16 changed files with 1299 additions and 633 deletions

View File

@ -5,6 +5,7 @@ const fetch = require("node-fetch");
// This selects the progress bar, used for current progress
const progressSelector = "#progress-bar";
// Grab the progress using the selector
const getProgress = async (win) => {
// Get current value of the progressbar element