Search code examples
webbrowser-controlbrowser-cachefavicon

How to remove Chrome browser's default favicon?


Is it possible to remove Google Chrome's default favicon, such as this one:

enter image description here

I found an article says it is related to security of the connection of the website. Can I remove it with javascript codes or maybe I can just upload a transparent favicon to disguise it?


Solution

  • You can use a favicon that is totally transparent like this one.

    Just use this one in your page with this piece of HTML:

    <link rel="icon" href="favicon.ico">