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.