add download/update URLs

This commit is contained in:
worm 2023-11-14 14:28:22 -08:00
parent ae1db6e367
commit 411dd536ad
2 changed files with 3 additions and 3 deletions

View file

@ -4,5 +4,3 @@ Try installing this Tampermonkey script.
For the full app (tm) experience, run it in chrome like:
`nohup google-chrome --app=https://app.slack.com &`
(works on linux idk about anywhere else)`

View file

@ -7,6 +7,8 @@
// @match *://app.slack.com/*
// @icon https://i.postimg.cc/NGb9WSWn/is-it-joy.png
// @grant none
// @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
// ==/UserScript==
//going to eventually want to check if the terraform-support is highlighted, probably. We'll see.
@ -24,4 +26,4 @@ const removeIfSpam = (node, spamMessage) => {
}
//adjust this, faster is better but might impact performance idk
setInterval( removeMessages, 500);
setInterval( removeMessages, 500);