Results 41 comments of Marc Boucher

@cxw42 No need to apologize. ;) - dyn-whitelist is only a small modification of dyn-sites (+25 lines in background, mostly to clear the whitelist after 90s) [diff here](https://github.com/Procyon-b/chrome-dont-add-custom-search-engines/commit/1a3d4c9b32f984dd86af7411d87b25cbde326605) - I'll...

The revised code is now available. I have created a new branch [dyn-final](/Procyon-b/chrome-dont-add-custom-search-engines/tree/dyn-final) to replace the previous "dyn-sites". And [dyn-whitelist](/Procyon-b/chrome-dont-add-custom-search-engines/tree/dyn-whitelist) has been recreated with the new version. The source code...

I have discovered recently, when playing with tampermonkey's settings, that chrome has a protocol for that. Try `chrome://favicon/https://github.com/`

After some testing I know that chrome won't fetch unknown favicons, but use a placeholder. It will display anything that it has in memory or used in a tab.

Tampermonkey gives the possibility to use services for .ico I have it set to use duckduckgo. For example: `https://icons.duckduckgo.com/ip2/www.alternityrpg.net.ico` I don't know if it is 100% efficient or not

It's OK for me. Let me know if you have more text to translate. (maybe you've already asked - see below) note: I wasn't using/connecting_to github for the most part...

Have you tried it? It's just a proof of concept. I don't know if problems are hiding. I've modified the settings page based on what I could infer from other...

By the way, I forgot to mention that I'm unable to access `https://github.com/frankkohlhepp/fancy-settings`. Is it a private repository?

I'll submit a PR. I'll also look at the source of fancy-settings to see what king of syntax it accepts. I find the possibility to change the language more interesting...

I've updated my branch. It is base on your "rc" which has now disappeared (merged in master ?). Do I create the PR on "master"? Here is a list of...