clarify in README to use web app

This commit is contained in:
worm 2023-11-20 09:56:17 -08:00
parent ae84cc0598
commit 52c0ffc09d
3 changed files with 4 additions and 1 deletions

View file

@ -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 &`

View file

@ -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'));

2
nohup.out Normal file
View file

@ -0,0 +1,2 @@
Opening in existing browser session.
Opening in existing browser session.