Hide Search Suggestions (ChatGPT)
Hide Search Suggestions (ChatGPT) by samtowers
Details
Authorsamtowers
LicenseNo License
Categorychatgpt.com
Created
Updated
Size368 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 Search Suggestions (ChatGPT)
@version 20250210.04.50
@namespace gramhours
@author gram
==/UserStyle== */
@-moz-document domain("chatgpt.com") {
/** Hide Search Suggestions **/
div:has(> div > #composer-background) > div:nth-child(2) > ul.hidden {
display: none !important;
opacity: 0 !important;
}
}