For app.intercom.com
скрыть чат Intercom by fortunus
Details
Authorfortunus
LicenseNo License
Categoryintercom
Created
Updated
Size392 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 скрыть чат Intercom
@version 20220726.13.19
@namespace userstyles.world/user/fortunus
@description For app.intercom.com
@author fortunus
@license No License
==/UserStyle== */
@-moz-document domain("app.intercom.com") {
.intercom-container-body,
#intercom-container-body,
.intercom-launcher-frame {
display: none !important;
}
}