Last active
November 16, 2021 02:56
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[class*="searchbar-engine-one-off-add-engine"] { | |
display: none !important; | |
} | |
.searchbar-search-button[addengines=true] { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.