Would you like your web browser to alert you when someone shouts in TWHL's shoutbox, even when you're not on TWHL? I created a browser extension for that purpose.
Firefox version
Chrome version
Created 6 years ago2018-06-02 17:59:45 UTC by Oskar Potatis
let { lastId, lastCreationTime, username, maxAge } = await storageGet(
{"lastId": 0, "lastCreationTime": "0001-01-01 00:00:00", "username": "", "maxAge": "02:00:00"}
);
lastId=0;
lastCreationTime = "0000-01-01 00:00:00";
Or maybe even remove the last two lines altogether, since you get the defaults from the storageGet
function.