From 52c0ffc09df02494382f5c82d85ae1ffd015783f Mon Sep 17 00:00:00 2001 From: worm Date: Mon, 20 Nov 2023 09:56:17 -0800 Subject: [PATCH] clarify in README to use web app --- README.md | 2 +- foz.user.js | 1 + nohup.out | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 nohup.out diff --git a/README.md b/README.md index d357d93..d74827d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ a flood of unnecessary sev2 notifications from a Zapier bot ruining your entire life? -Try installing this [Tampermonkey](https://www.tampermonkey.net/) script. +Use the slack web app and install this [Tampermonkey](https://www.tampermonkey.net/) script. For the full app (tm) experience, run it in chrome like: `nohup google-chrome --app=https://app.slack.com &` diff --git a/foz.user.js b/foz.user.js index c64fe56..5f1d0f3 100644 --- a/foz.user.js +++ b/foz.user.js @@ -13,6 +13,7 @@ //going to eventually want to check if the terraform-support is highlighted, probably. We'll see. +// At present, this filtration is specific to app generated messages. const removeMessages = () => { const messages = Array.from(document.querySelectorAll('[data-qa="virtual-list-item"]')); const haveButtons = messages.filter(message => message.querySelector('button')); diff --git a/nohup.out b/nohup.out new file mode 100644 index 0000000..6283f70 --- /dev/null +++ b/nohup.out @@ -0,0 +1,2 @@ +Opening in existing browser session. +Opening in existing browser session.