Hide Search Suggestions (ChatGPT)
Hide Search Suggestions (ChatGPT) by samtowers
Details
Authorsamtowers
LicenseNo License
Categorychatgpt.com
Created
Updated
Code size463 B
Code checksumd35118c6
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 20250226.12.07
@namespace https://userstyles.world/user/samtowers
@description Hide Search Suggestions (ChatGPT)
@author samtowers
@license No License
==/UserStyle== */
@-moz-document domain("chatgpt.com") {
/** Hide Search Suggestions **/
div:has(> div > #composer-background) > div:nth-child(2) > ul {
display: none !important;
opacity: 0 !important;
}
}