This commit is contained in:
worm 2023-11-20 10:08:34 -08:00
parent 52c0ffc09d
commit d9cf1a7738
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,7 @@
a flood of unnecessary sev2 notifications from a Zapier bot ruining your entire life? Are you dealing with a flood of unnecessary application notifications in a Slack Channel?
Use the slack web app and install this [Tampermonkey](https://www.tampermonkey.net/) script. Use the slack web app and install this [Tampermonkey](https://www.tampermonkey.net/) script.
Then, update the 'appText' const and it will filter out messages based on the app's 'username'
For the full app (tm) experience, run it in chrome like: For the full app (tm) experience, run it in chrome like:
`nohup google-chrome --app=https://app.slack.com &` `nohup google-chrome --app=https://app.slack.com &`

View file

@ -1,17 +1,16 @@
// ==UserScript== // ==UserScript==
// @name Zapier, why won't u just leave me alone? // @name slack-app-notif-nuker
// @namespace http://git.minimally.online/ // @namespace http://git.minimally.online/
// @version 0.1 // @version 0.1
// @description Allows you to hide Slack messages from needlessly noisy apps/individuals based on content // @description Allows you to hide Slack messages from needlessly noisy apps/individuals based on content
// @author drudgesentinel (Sean) // @author Max
// @match *://app.slack.com/* // @match *://app.slack.com/*
// @icon https://i.postimg.cc/NGb9WSWn/is-it-joy.png // @icon https://i.ibb.co/wCj7Tg5/ear-plug.png
// @grant none // @grant none
// @downloadURL https://git.minimally.online/drudgesentinel/stfu-zapier/raw/branch/main/foz.user.js // @downloadURL https://git.minimally.online/drudgesentinel/stfu-zapier/raw/branch/main/foz.user.js
// @updateURL https://git.minimally.online/drudgesentinel/stfu-zapier/raw/branch/main/foz.user.js // @updateURL https://git.minimally.online/drudgesentinel/stfu-zapier/raw/branch/main/foz.user.js
// ==/UserScript== // ==/UserScript==
// Icon from flaticons.com
//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. // At present, this filtration is specific to app generated messages.
const removeMessages = () => { const removeMessages = () => {