Skip to content

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

Hides all custom SlackBot responses on slack.com.

  1. Install the Stylus browser extension (Firefox, Chrome)
  2. Install the userstyle
  3. Enjoy

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;
}
}

Reviews

No reviews yet.