Simple Context Search のレビュー
Simple Context Search 作成者: 田生
合計レビュー数: 63
- 5 段階中 5 の評価Firefox ユーザー 18998816 によるレビュー (2ヶ月前)Used in userChrome.css. You can hide search engines you don't want to display by specifying their labels.
#contentAreaContextMenu menu:is([label="Search"], [label="Suche (R)"], [label="検索 (R)"]) menuitem:is([label="Google"], [label="Bing"], [label="DuckDuckGo"], [label="Perplexity"], [label="YouTube"], [label="Wikipedia (en)"]) {
display: none !important;
}
You can also display only search engines specified by labels.
#contentAreaContextMenu menu:is([label="Search"], [label="Suche (R)"], [label="検索 (R)"]) menuitem:not([label="Google"], [label="Bing"], [label="DuckDuckGo"]) {
display: none !important;
}
Makes the magnifying glass icon in the context menu white only in dark mode.
@media (prefers-color-scheme: dark) {
#contentAreaContextMenu menu:is([label="Search"], [label="Suche (R)"], [label="検索 (R)"]) .menu-icon:not(menuitem .menu-icon) {
filter: invert(100%) brightness(200%) !important;
}
} - 5 段階中 5 の評価Firefox ユーザー 17698764 によるレビュー (3年前)firefoxに標準でついていても違和感がないほどによくできています。私はこのようなものを求めていたので非常に助かりました!
- 5 段階中 5 の評価Firefox ユーザー 17140623 によるレビュー (4年前)
- Does exactly what it says on the tin and does it well. It picks up your existing Firefox search engines, so you only need to maintain one list. All other similar context menu search tools I had tested required a second list to be added. The only small hassle is that Firefox doesn't allow adding custom search engines out of the box (as far as I know), so I would also recommend another wonderful add-on that is the perfect companion to Simple Context Search: Tom Schuster's Add Custom Search Engine (https://addons.mozilla.org/en-US/firefox/addon/add-custom-search-engine/). These two add-ons working together will significantly enhance your web-browsing experience.
- 5 段階中 5 の評価The Jazzhole によるレビュー (6年前)Please add an option to open searches in background without holding down the "ctrl" key.
- 5 段階中 5 の評価Firefox ユーザー 15954719 によるレビュー (6年前)
- 5 段階中 5 の評価a1terstate によるレビュー (6年前)