NumeriusNegidius / Context-Search

A Firefox WebExtension that displays a context menu, that searches for the selected text.
https://addons.mozilla.org/firefox/addon/context-search-we/
Mozilla Public License 2.0
32 stars 9 forks source link

Support custom favicons #36

Closed somini closed 6 years ago

somini commented 6 years ago

Many thanks for keeping this extension alive, I don't think I could use Firefox without it.


I have some search engines the use DuckDuckGo with a custom site: parameter, and while I can configure them correctly, I'm unable to change its favicon to the target site.

How is the favicon retrieved, does it come directly from the bookmarks cache? Is it possible to replace it in the bookmarks, perhaps with a different extension?

NumeriusNegidius commented 6 years ago

Favicons as such aren't supported at all in the WebExtensions API unfortunately. The current implementation is a temporary hack (see issue #9). I can't see an easy way to implement your request in the extension and as such I will close the issue.