Hide div with Amazon's AI chat nonsense
Hide Amazon AI by ipsum
Details
Authoripsum
LicenseNo License
Categoryamazon.com
Created
Updated
Size308 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 Amazon AI
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hide div with Amazon's AI chat nonsense
@author lmanes
==/UserStyle== */
@-moz-document domain("amazon.com") {
#ask-btf_feature_div { display: none !important; }
}