add download/update URLs
This commit is contained in:
parent
ae1db6e367
commit
411dd536ad
|
@ -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)`
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue