Hides all custom SlackBot responses on slack.com.
Hide Slackbot Custom Responses by chrislane
Details
Authorchrislane
LicenseNo License
Categoryslack
Created
Updated
Size399 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hide Slackbot Custom Responses
@version 20211020.11.13
@namespace userstyles.world/user/chrislane
@description Hides all custom SlackBot responses on slack.com.
@author chrislane
@license No License
==/UserStyle== */
@-moz-document domain("app.slack.com") {
.c-message_kit__background--labels--custom_response {
display: none;
}
}