No chat bot on Dicogs order page
Nochatbot by doktorsultan
Details
Authordoktorsultan
LicenseNo License
Categorydiscogs.com
Created
Updated
Size515 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Doesn't display the chatbox on the Discogs orders page
Source code
/* ==UserStyle==
@name Nochatbot
@namespace github.com/openstyles/stylus
@version 0.0.1
@description No chat bot on Dicogs order page
@author Dr. Sultan Aszazin
==/UserStyle== */
@-moz-document url-prefix("https://www.discogs.com/sell/orders") {
div[style="display: flex; flex-direction: column; z-index: 999999; bottom: 88px; position: fixed; right: 16px; direction: ltr; align-items: end; gap: 8px;"] {display:none!important;}
iframe[id="launcher"]{display:none;}
}