Create a browser bookmark with the following code as the URL, name it Slack Timesheet
or something
javascript:(async function() {
allMessages = [];
while (true) {
buttons = document.getElementsByClassName('c-search__expand');
buttons = Array.from(buttons);
for (b of buttons) { b.click(); }
await new Promise(r => setTimeout(r, 500));