Skip to content

Instantly share code, notes, and snippets.

@e-t-l
Last active November 16, 2021 02:56
Show Gist options
  • Save e-t-l/bcc38e839b667afcb3ade08cb6b68122 to your computer and use it in GitHub Desktop.
Save e-t-l/bcc38e839b667afcb3ade08cb6b68122 to your computer and use it in GitHub Desktop.
Firefox CSS: Hide "Add search engine" from bottom of URLbar dropdown/context-menu
[class*="searchbar-engine-one-off-add-engine"] {
display: none !important;
}
.searchbar-search-button[addengines=true] {
display: none !important;
}
@e-t-l
Copy link
Author

e-t-l commented Nov 16, 2021

These two entries for a userChrome.css remove the icon to add a search engine from the bottom of the URLbar dropdown, and from the URLbar right-click context menu, respectively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment