Change a favicon locally in google chrome





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







23















This is a frustrating question, mostly because all searches for this usually give me information on how to change a favicon for a website the user owns. Allow me to elaborate on my issue.



I would like to be able to change the favicon that is displayed for one of the sites I visit regularly. This site happens to be gmail. I always have two gmail accounts open at the same time, and have recently taken to using the 'pin tab' feature in chrome. This is convenient, but makes the two tabs look identical. I would simply like to change the favicon on one of the tabs to make it easier to distinguish between the two.



I have an idea that this could be done using some url javascript, which would be easy enough for me to add into a bookmark. However, I am no good at javascript.










share|improve this question























  • I also want this feature. You could open a Chromium feature request: code.google.com/chromium

    – Nick Bolton
    Jan 12 '10 at 6:21











  • @nbolton how do you make a request?

    – Louis
    Apr 19 '12 at 23:45


















23















This is a frustrating question, mostly because all searches for this usually give me information on how to change a favicon for a website the user owns. Allow me to elaborate on my issue.



I would like to be able to change the favicon that is displayed for one of the sites I visit regularly. This site happens to be gmail. I always have two gmail accounts open at the same time, and have recently taken to using the 'pin tab' feature in chrome. This is convenient, but makes the two tabs look identical. I would simply like to change the favicon on one of the tabs to make it easier to distinguish between the two.



I have an idea that this could be done using some url javascript, which would be easy enough for me to add into a bookmark. However, I am no good at javascript.










share|improve this question























  • I also want this feature. You could open a Chromium feature request: code.google.com/chromium

    – Nick Bolton
    Jan 12 '10 at 6:21











  • @nbolton how do you make a request?

    – Louis
    Apr 19 '12 at 23:45














23












23








23


2






This is a frustrating question, mostly because all searches for this usually give me information on how to change a favicon for a website the user owns. Allow me to elaborate on my issue.



I would like to be able to change the favicon that is displayed for one of the sites I visit regularly. This site happens to be gmail. I always have two gmail accounts open at the same time, and have recently taken to using the 'pin tab' feature in chrome. This is convenient, but makes the two tabs look identical. I would simply like to change the favicon on one of the tabs to make it easier to distinguish between the two.



I have an idea that this could be done using some url javascript, which would be easy enough for me to add into a bookmark. However, I am no good at javascript.










share|improve this question














This is a frustrating question, mostly because all searches for this usually give me information on how to change a favicon for a website the user owns. Allow me to elaborate on my issue.



I would like to be able to change the favicon that is displayed for one of the sites I visit regularly. This site happens to be gmail. I always have two gmail accounts open at the same time, and have recently taken to using the 'pin tab' feature in chrome. This is convenient, but makes the two tabs look identical. I would simply like to change the favicon on one of the tabs to make it easier to distinguish between the two.



I have an idea that this could be done using some url javascript, which would be easy enough for me to add into a bookmark. However, I am no good at javascript.







google-chrome javascript favicon






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 8 '10 at 9:39







Justin Bool




















  • I also want this feature. You could open a Chromium feature request: code.google.com/chromium

    – Nick Bolton
    Jan 12 '10 at 6:21











  • @nbolton how do you make a request?

    – Louis
    Apr 19 '12 at 23:45



















  • I also want this feature. You could open a Chromium feature request: code.google.com/chromium

    – Nick Bolton
    Jan 12 '10 at 6:21











  • @nbolton how do you make a request?

    – Louis
    Apr 19 '12 at 23:45

















I also want this feature. You could open a Chromium feature request: code.google.com/chromium

– Nick Bolton
Jan 12 '10 at 6:21





I also want this feature. You could open a Chromium feature request: code.google.com/chromium

– Nick Bolton
Jan 12 '10 at 6:21













@nbolton how do you make a request?

– Louis
Apr 19 '12 at 23:45





@nbolton how do you make a request?

– Louis
Apr 19 '12 at 23:45










9 Answers
9






active

oldest

votes


















5














The Tab Edit extension for Chrome does this.



enter image description here






share|improve this answer





















  • 4





    I liked the idea so I wrote a chrome extension that remembers the favicon change when you go to new pages. chrome.google.com/webstore/detail/…

    – Gordon Tucker
    Mar 12 '11 at 9:53



















2














Chrome is able to run greasemonkey scripts, and I was able to adapt this script to replace a favicon on the site of my choosing. If you are a little bit technical, you can modify too. Just get the desired favicon base64 encoded and you are good to go.



http://userscripts.org/scripts/show/42247






share|improve this answer































    2














    Well, you want it in the tab, and that seems to be a little harder to do. There are solutions for when it is at the bookmarks bar that you want to change the favicons (like this one: http://www.tech-recipes.com/rx/3032/google_chrome_how_to_change_icons_on_the_bookmarks_bar/ ), which seems to be easier because bookmark favicons store locally. I'm don't know how can you change the favicons from the tab locally, I've only know extensions like the ones users have answered you already.






    share|improve this answer































      1














      As a stopgap solution, it would be fairly easy to write a userscript to modify the page title and add a unicode symbol to one of the tabs.



      As a bookmarklet (make a bookmark with name "Star this page" and the following address)



      javascript:(function(){document.title="u2606"+document.title;})()


      The tab will end up looking like this:



      tab






      share|improve this answer


























      • But this would be removed as soon as you reload the page. Of course, if you bookmark the page whilst you have this change the title of the bookmark (not the page) will still have the star.

        – Josh Hunt
        Jan 13 '10 at 10:52











      • True, to get it to persist over reloading you would need to make it a userscript. You would have to be able to differentiate between the targeted page and the non-targeted page somehow using javascript.

        – cobbal
        Jan 13 '10 at 19:41



















      0














      I have never used Google Chrome, and I am unaware if you can use add-ons with it like Firefox.



      I know in Firefox there is an extention that allows you to change the colour of tabs. If there such an add-on for Chrome you could use it to colour the tabs and therefore be able to distinguish between them.



      The challange is finding that add-on though. If Chrome has an add-on website like Firefox, you could search there for one. Failing that, hopefully someone more familiar with Chrome can post a suitable add-on.






      share|improve this answer
























      • Chrome supports extensions, too, but there's no tab color/icon changer extension yet for it.

        – thSoft
        Feb 4 '10 at 12:23



















      0














      favicons are actually small .gif images that are stored on the website's server itself. It works just like downloading an image in your browser, except it displays it on a tab or at the top of the window. I don't think there is a way to change what favicon is displayed unless you intercepted that image and got your browser to replace that with an image of your choice when you visit that site.






      share|improve this answer
























      • They're usually .ico files actually, although I think most browsers will accept .pngs and .gifs these days. You can even animate them. You can change the favicon your browser displays with an extension; doesn't really matter what the website sends you -- the client can always choose to ignore it.

        – mpen
        Mar 24 '14 at 17:43



















      0














      There's a Chrome extension that shows you the unread message count, and it also allows you to change the color of the favicon at the same time. If one of your two Gmail tabs is regular Gmail and the other is for a custom domain, then you can set a different color for each one. My pinned tabs look like this now:



      pinned tab screenshot






      share|improve this answer































        0














        Get your bookmarks bar looking how you want it.



        Make sure one bookmark has the favicon you wish to transfer to another bookmark.



        Export your bookmarks to the desktop.



        Open the bookmarks file in notepad.



        The structure is self-explanatory once you study the file.



        The long streams of random characters are the image data for each favicon.



        Copy this string from the desired image and overwrite the image data in the favicon you wish to change.



        Save the file.



        Import the file back into Chrome.



        Open the Other Bookmarks button at the right of the bookmarks bar and navigate down the tree till you see the imported bookmarks.



        Drag your newly faviconed bookmark from here to its desired location on the bookmarks bar and delete the original.






        share|improve this answer































          0














          Yes, You can do it, but that would be temporary after reloading it will be updated with the original one.
          If you want to change for temporary then follow these simple steps:



          Step 1: Copy any online or offline image link or copy favicon from a website.



          Step 2: Open website where you want to change favicon.



          For example.



          Goto https://fbtube.biz and Right-click or click Ctrl+Shift+I to open Inspect of the browser.



          Step 3: Search for favicon by clicking Ctrl+F.



          Step 4: Then replace the favicon image link with your image. That's it.






          share|improve this answer
























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f93056%2fchange-a-favicon-locally-in-google-chrome%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown
























            9 Answers
            9






            active

            oldest

            votes








            9 Answers
            9






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            5














            The Tab Edit extension for Chrome does this.



            enter image description here






            share|improve this answer





















            • 4





              I liked the idea so I wrote a chrome extension that remembers the favicon change when you go to new pages. chrome.google.com/webstore/detail/…

              – Gordon Tucker
              Mar 12 '11 at 9:53
















            5














            The Tab Edit extension for Chrome does this.



            enter image description here






            share|improve this answer





















            • 4





              I liked the idea so I wrote a chrome extension that remembers the favicon change when you go to new pages. chrome.google.com/webstore/detail/…

              – Gordon Tucker
              Mar 12 '11 at 9:53














            5












            5








            5







            The Tab Edit extension for Chrome does this.



            enter image description here






            share|improve this answer















            The Tab Edit extension for Chrome does this.



            enter image description here







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Aug 17 '11 at 5:24









            3498DB

            15.9k114862




            15.9k114862










            answered Dec 11 '10 at 14:27









            Jameson QuinnJameson Quinn

            5111




            5111








            • 4





              I liked the idea so I wrote a chrome extension that remembers the favicon change when you go to new pages. chrome.google.com/webstore/detail/…

              – Gordon Tucker
              Mar 12 '11 at 9:53














            • 4





              I liked the idea so I wrote a chrome extension that remembers the favicon change when you go to new pages. chrome.google.com/webstore/detail/…

              – Gordon Tucker
              Mar 12 '11 at 9:53








            4




            4





            I liked the idea so I wrote a chrome extension that remembers the favicon change when you go to new pages. chrome.google.com/webstore/detail/…

            – Gordon Tucker
            Mar 12 '11 at 9:53





            I liked the idea so I wrote a chrome extension that remembers the favicon change when you go to new pages. chrome.google.com/webstore/detail/…

            – Gordon Tucker
            Mar 12 '11 at 9:53













            2














            Chrome is able to run greasemonkey scripts, and I was able to adapt this script to replace a favicon on the site of my choosing. If you are a little bit technical, you can modify too. Just get the desired favicon base64 encoded and you are good to go.



            http://userscripts.org/scripts/show/42247






            share|improve this answer




























              2














              Chrome is able to run greasemonkey scripts, and I was able to adapt this script to replace a favicon on the site of my choosing. If you are a little bit technical, you can modify too. Just get the desired favicon base64 encoded and you are good to go.



              http://userscripts.org/scripts/show/42247






              share|improve this answer


























                2












                2








                2







                Chrome is able to run greasemonkey scripts, and I was able to adapt this script to replace a favicon on the site of my choosing. If you are a little bit technical, you can modify too. Just get the desired favicon base64 encoded and you are good to go.



                http://userscripts.org/scripts/show/42247






                share|improve this answer













                Chrome is able to run greasemonkey scripts, and I was able to adapt this script to replace a favicon on the site of my choosing. If you are a little bit technical, you can modify too. Just get the desired favicon base64 encoded and you are good to go.



                http://userscripts.org/scripts/show/42247







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Aug 10 '10 at 2:57









                ErikErik

                212




                212























                    2














                    Well, you want it in the tab, and that seems to be a little harder to do. There are solutions for when it is at the bookmarks bar that you want to change the favicons (like this one: http://www.tech-recipes.com/rx/3032/google_chrome_how_to_change_icons_on_the_bookmarks_bar/ ), which seems to be easier because bookmark favicons store locally. I'm don't know how can you change the favicons from the tab locally, I've only know extensions like the ones users have answered you already.






                    share|improve this answer




























                      2














                      Well, you want it in the tab, and that seems to be a little harder to do. There are solutions for when it is at the bookmarks bar that you want to change the favicons (like this one: http://www.tech-recipes.com/rx/3032/google_chrome_how_to_change_icons_on_the_bookmarks_bar/ ), which seems to be easier because bookmark favicons store locally. I'm don't know how can you change the favicons from the tab locally, I've only know extensions like the ones users have answered you already.






                      share|improve this answer


























                        2












                        2








                        2







                        Well, you want it in the tab, and that seems to be a little harder to do. There are solutions for when it is at the bookmarks bar that you want to change the favicons (like this one: http://www.tech-recipes.com/rx/3032/google_chrome_how_to_change_icons_on_the_bookmarks_bar/ ), which seems to be easier because bookmark favicons store locally. I'm don't know how can you change the favicons from the tab locally, I've only know extensions like the ones users have answered you already.






                        share|improve this answer













                        Well, you want it in the tab, and that seems to be a little harder to do. There are solutions for when it is at the bookmarks bar that you want to change the favicons (like this one: http://www.tech-recipes.com/rx/3032/google_chrome_how_to_change_icons_on_the_bookmarks_bar/ ), which seems to be easier because bookmark favicons store locally. I'm don't know how can you change the favicons from the tab locally, I've only know extensions like the ones users have answered you already.







                        share|improve this answer












                        share|improve this answer



                        share|improve this answer










                        answered Nov 10 '11 at 17:51







                        user104907






























                            1














                            As a stopgap solution, it would be fairly easy to write a userscript to modify the page title and add a unicode symbol to one of the tabs.



                            As a bookmarklet (make a bookmark with name "Star this page" and the following address)



                            javascript:(function(){document.title="u2606"+document.title;})()


                            The tab will end up looking like this:



                            tab






                            share|improve this answer


























                            • But this would be removed as soon as you reload the page. Of course, if you bookmark the page whilst you have this change the title of the bookmark (not the page) will still have the star.

                              – Josh Hunt
                              Jan 13 '10 at 10:52











                            • True, to get it to persist over reloading you would need to make it a userscript. You would have to be able to differentiate between the targeted page and the non-targeted page somehow using javascript.

                              – cobbal
                              Jan 13 '10 at 19:41
















                            1














                            As a stopgap solution, it would be fairly easy to write a userscript to modify the page title and add a unicode symbol to one of the tabs.



                            As a bookmarklet (make a bookmark with name "Star this page" and the following address)



                            javascript:(function(){document.title="u2606"+document.title;})()


                            The tab will end up looking like this:



                            tab






                            share|improve this answer


























                            • But this would be removed as soon as you reload the page. Of course, if you bookmark the page whilst you have this change the title of the bookmark (not the page) will still have the star.

                              – Josh Hunt
                              Jan 13 '10 at 10:52











                            • True, to get it to persist over reloading you would need to make it a userscript. You would have to be able to differentiate between the targeted page and the non-targeted page somehow using javascript.

                              – cobbal
                              Jan 13 '10 at 19:41














                            1












                            1








                            1







                            As a stopgap solution, it would be fairly easy to write a userscript to modify the page title and add a unicode symbol to one of the tabs.



                            As a bookmarklet (make a bookmark with name "Star this page" and the following address)



                            javascript:(function(){document.title="u2606"+document.title;})()


                            The tab will end up looking like this:



                            tab






                            share|improve this answer















                            As a stopgap solution, it would be fairly easy to write a userscript to modify the page title and add a unicode symbol to one of the tabs.



                            As a bookmarklet (make a bookmark with name "Star this page" and the following address)



                            javascript:(function(){document.title="u2606"+document.title;})()


                            The tab will end up looking like this:



                            tab







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Aug 17 '11 at 5:24









                            3498DB

                            15.9k114862




                            15.9k114862










                            answered Jan 13 '10 at 2:31









                            cobbalcobbal

                            1,3591113




                            1,3591113













                            • But this would be removed as soon as you reload the page. Of course, if you bookmark the page whilst you have this change the title of the bookmark (not the page) will still have the star.

                              – Josh Hunt
                              Jan 13 '10 at 10:52











                            • True, to get it to persist over reloading you would need to make it a userscript. You would have to be able to differentiate between the targeted page and the non-targeted page somehow using javascript.

                              – cobbal
                              Jan 13 '10 at 19:41



















                            • But this would be removed as soon as you reload the page. Of course, if you bookmark the page whilst you have this change the title of the bookmark (not the page) will still have the star.

                              – Josh Hunt
                              Jan 13 '10 at 10:52











                            • True, to get it to persist over reloading you would need to make it a userscript. You would have to be able to differentiate between the targeted page and the non-targeted page somehow using javascript.

                              – cobbal
                              Jan 13 '10 at 19:41

















                            But this would be removed as soon as you reload the page. Of course, if you bookmark the page whilst you have this change the title of the bookmark (not the page) will still have the star.

                            – Josh Hunt
                            Jan 13 '10 at 10:52





                            But this would be removed as soon as you reload the page. Of course, if you bookmark the page whilst you have this change the title of the bookmark (not the page) will still have the star.

                            – Josh Hunt
                            Jan 13 '10 at 10:52













                            True, to get it to persist over reloading you would need to make it a userscript. You would have to be able to differentiate between the targeted page and the non-targeted page somehow using javascript.

                            – cobbal
                            Jan 13 '10 at 19:41





                            True, to get it to persist over reloading you would need to make it a userscript. You would have to be able to differentiate between the targeted page and the non-targeted page somehow using javascript.

                            – cobbal
                            Jan 13 '10 at 19:41











                            0














                            I have never used Google Chrome, and I am unaware if you can use add-ons with it like Firefox.



                            I know in Firefox there is an extention that allows you to change the colour of tabs. If there such an add-on for Chrome you could use it to colour the tabs and therefore be able to distinguish between them.



                            The challange is finding that add-on though. If Chrome has an add-on website like Firefox, you could search there for one. Failing that, hopefully someone more familiar with Chrome can post a suitable add-on.






                            share|improve this answer
























                            • Chrome supports extensions, too, but there's no tab color/icon changer extension yet for it.

                              – thSoft
                              Feb 4 '10 at 12:23
















                            0














                            I have never used Google Chrome, and I am unaware if you can use add-ons with it like Firefox.



                            I know in Firefox there is an extention that allows you to change the colour of tabs. If there such an add-on for Chrome you could use it to colour the tabs and therefore be able to distinguish between them.



                            The challange is finding that add-on though. If Chrome has an add-on website like Firefox, you could search there for one. Failing that, hopefully someone more familiar with Chrome can post a suitable add-on.






                            share|improve this answer
























                            • Chrome supports extensions, too, but there's no tab color/icon changer extension yet for it.

                              – thSoft
                              Feb 4 '10 at 12:23














                            0












                            0








                            0







                            I have never used Google Chrome, and I am unaware if you can use add-ons with it like Firefox.



                            I know in Firefox there is an extention that allows you to change the colour of tabs. If there such an add-on for Chrome you could use it to colour the tabs and therefore be able to distinguish between them.



                            The challange is finding that add-on though. If Chrome has an add-on website like Firefox, you could search there for one. Failing that, hopefully someone more familiar with Chrome can post a suitable add-on.






                            share|improve this answer













                            I have never used Google Chrome, and I am unaware if you can use add-ons with it like Firefox.



                            I know in Firefox there is an extention that allows you to change the colour of tabs. If there such an add-on for Chrome you could use it to colour the tabs and therefore be able to distinguish between them.



                            The challange is finding that add-on though. If Chrome has an add-on website like Firefox, you could search there for one. Failing that, hopefully someone more familiar with Chrome can post a suitable add-on.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Jan 10 '10 at 2:23









                            Connor WConnor W

                            2,627102742




                            2,627102742













                            • Chrome supports extensions, too, but there's no tab color/icon changer extension yet for it.

                              – thSoft
                              Feb 4 '10 at 12:23



















                            • Chrome supports extensions, too, but there's no tab color/icon changer extension yet for it.

                              – thSoft
                              Feb 4 '10 at 12:23

















                            Chrome supports extensions, too, but there's no tab color/icon changer extension yet for it.

                            – thSoft
                            Feb 4 '10 at 12:23





                            Chrome supports extensions, too, but there's no tab color/icon changer extension yet for it.

                            – thSoft
                            Feb 4 '10 at 12:23











                            0














                            favicons are actually small .gif images that are stored on the website's server itself. It works just like downloading an image in your browser, except it displays it on a tab or at the top of the window. I don't think there is a way to change what favicon is displayed unless you intercepted that image and got your browser to replace that with an image of your choice when you visit that site.






                            share|improve this answer
























                            • They're usually .ico files actually, although I think most browsers will accept .pngs and .gifs these days. You can even animate them. You can change the favicon your browser displays with an extension; doesn't really matter what the website sends you -- the client can always choose to ignore it.

                              – mpen
                              Mar 24 '14 at 17:43
















                            0














                            favicons are actually small .gif images that are stored on the website's server itself. It works just like downloading an image in your browser, except it displays it on a tab or at the top of the window. I don't think there is a way to change what favicon is displayed unless you intercepted that image and got your browser to replace that with an image of your choice when you visit that site.






                            share|improve this answer
























                            • They're usually .ico files actually, although I think most browsers will accept .pngs and .gifs these days. You can even animate them. You can change the favicon your browser displays with an extension; doesn't really matter what the website sends you -- the client can always choose to ignore it.

                              – mpen
                              Mar 24 '14 at 17:43














                            0












                            0








                            0







                            favicons are actually small .gif images that are stored on the website's server itself. It works just like downloading an image in your browser, except it displays it on a tab or at the top of the window. I don't think there is a way to change what favicon is displayed unless you intercepted that image and got your browser to replace that with an image of your choice when you visit that site.






                            share|improve this answer













                            favicons are actually small .gif images that are stored on the website's server itself. It works just like downloading an image in your browser, except it displays it on a tab or at the top of the window. I don't think there is a way to change what favicon is displayed unless you intercepted that image and got your browser to replace that with an image of your choice when you visit that site.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Jan 13 '10 at 2:17









                            Sakamoto KazumaSakamoto Kazuma

                            7132517




                            7132517













                            • They're usually .ico files actually, although I think most browsers will accept .pngs and .gifs these days. You can even animate them. You can change the favicon your browser displays with an extension; doesn't really matter what the website sends you -- the client can always choose to ignore it.

                              – mpen
                              Mar 24 '14 at 17:43



















                            • They're usually .ico files actually, although I think most browsers will accept .pngs and .gifs these days. You can even animate them. You can change the favicon your browser displays with an extension; doesn't really matter what the website sends you -- the client can always choose to ignore it.

                              – mpen
                              Mar 24 '14 at 17:43

















                            They're usually .ico files actually, although I think most browsers will accept .pngs and .gifs these days. You can even animate them. You can change the favicon your browser displays with an extension; doesn't really matter what the website sends you -- the client can always choose to ignore it.

                            – mpen
                            Mar 24 '14 at 17:43





                            They're usually .ico files actually, although I think most browsers will accept .pngs and .gifs these days. You can even animate them. You can change the favicon your browser displays with an extension; doesn't really matter what the website sends you -- the client can always choose to ignore it.

                            – mpen
                            Mar 24 '14 at 17:43











                            0














                            There's a Chrome extension that shows you the unread message count, and it also allows you to change the color of the favicon at the same time. If one of your two Gmail tabs is regular Gmail and the other is for a custom domain, then you can set a different color for each one. My pinned tabs look like this now:



                            pinned tab screenshot






                            share|improve this answer




























                              0














                              There's a Chrome extension that shows you the unread message count, and it also allows you to change the color of the favicon at the same time. If one of your two Gmail tabs is regular Gmail and the other is for a custom domain, then you can set a different color for each one. My pinned tabs look like this now:



                              pinned tab screenshot






                              share|improve this answer


























                                0












                                0








                                0







                                There's a Chrome extension that shows you the unread message count, and it also allows you to change the color of the favicon at the same time. If one of your two Gmail tabs is regular Gmail and the other is for a custom domain, then you can set a different color for each one. My pinned tabs look like this now:



                                pinned tab screenshot






                                share|improve this answer













                                There's a Chrome extension that shows you the unread message count, and it also allows you to change the color of the favicon at the same time. If one of your two Gmail tabs is regular Gmail and the other is for a custom domain, then you can set a different color for each one. My pinned tabs look like this now:



                                pinned tab screenshot







                                share|improve this answer












                                share|improve this answer



                                share|improve this answer










                                answered Jan 19 '11 at 19:35









                                Luke AndrewsLuke Andrews

                                4613




                                4613























                                    0














                                    Get your bookmarks bar looking how you want it.



                                    Make sure one bookmark has the favicon you wish to transfer to another bookmark.



                                    Export your bookmarks to the desktop.



                                    Open the bookmarks file in notepad.



                                    The structure is self-explanatory once you study the file.



                                    The long streams of random characters are the image data for each favicon.



                                    Copy this string from the desired image and overwrite the image data in the favicon you wish to change.



                                    Save the file.



                                    Import the file back into Chrome.



                                    Open the Other Bookmarks button at the right of the bookmarks bar and navigate down the tree till you see the imported bookmarks.



                                    Drag your newly faviconed bookmark from here to its desired location on the bookmarks bar and delete the original.






                                    share|improve this answer




























                                      0














                                      Get your bookmarks bar looking how you want it.



                                      Make sure one bookmark has the favicon you wish to transfer to another bookmark.



                                      Export your bookmarks to the desktop.



                                      Open the bookmarks file in notepad.



                                      The structure is self-explanatory once you study the file.



                                      The long streams of random characters are the image data for each favicon.



                                      Copy this string from the desired image and overwrite the image data in the favicon you wish to change.



                                      Save the file.



                                      Import the file back into Chrome.



                                      Open the Other Bookmarks button at the right of the bookmarks bar and navigate down the tree till you see the imported bookmarks.



                                      Drag your newly faviconed bookmark from here to its desired location on the bookmarks bar and delete the original.






                                      share|improve this answer


























                                        0












                                        0








                                        0







                                        Get your bookmarks bar looking how you want it.



                                        Make sure one bookmark has the favicon you wish to transfer to another bookmark.



                                        Export your bookmarks to the desktop.



                                        Open the bookmarks file in notepad.



                                        The structure is self-explanatory once you study the file.



                                        The long streams of random characters are the image data for each favicon.



                                        Copy this string from the desired image and overwrite the image data in the favicon you wish to change.



                                        Save the file.



                                        Import the file back into Chrome.



                                        Open the Other Bookmarks button at the right of the bookmarks bar and navigate down the tree till you see the imported bookmarks.



                                        Drag your newly faviconed bookmark from here to its desired location on the bookmarks bar and delete the original.






                                        share|improve this answer













                                        Get your bookmarks bar looking how you want it.



                                        Make sure one bookmark has the favicon you wish to transfer to another bookmark.



                                        Export your bookmarks to the desktop.



                                        Open the bookmarks file in notepad.



                                        The structure is self-explanatory once you study the file.



                                        The long streams of random characters are the image data for each favicon.



                                        Copy this string from the desired image and overwrite the image data in the favicon you wish to change.



                                        Save the file.



                                        Import the file back into Chrome.



                                        Open the Other Bookmarks button at the right of the bookmarks bar and navigate down the tree till you see the imported bookmarks.



                                        Drag your newly faviconed bookmark from here to its desired location on the bookmarks bar and delete the original.







                                        share|improve this answer












                                        share|improve this answer



                                        share|improve this answer










                                        answered Mar 28 '11 at 3:29









                                        KariKari

                                        1654




                                        1654























                                            0














                                            Yes, You can do it, but that would be temporary after reloading it will be updated with the original one.
                                            If you want to change for temporary then follow these simple steps:



                                            Step 1: Copy any online or offline image link or copy favicon from a website.



                                            Step 2: Open website where you want to change favicon.



                                            For example.



                                            Goto https://fbtube.biz and Right-click or click Ctrl+Shift+I to open Inspect of the browser.



                                            Step 3: Search for favicon by clicking Ctrl+F.



                                            Step 4: Then replace the favicon image link with your image. That's it.






                                            share|improve this answer




























                                              0














                                              Yes, You can do it, but that would be temporary after reloading it will be updated with the original one.
                                              If you want to change for temporary then follow these simple steps:



                                              Step 1: Copy any online or offline image link or copy favicon from a website.



                                              Step 2: Open website where you want to change favicon.



                                              For example.



                                              Goto https://fbtube.biz and Right-click or click Ctrl+Shift+I to open Inspect of the browser.



                                              Step 3: Search for favicon by clicking Ctrl+F.



                                              Step 4: Then replace the favicon image link with your image. That's it.






                                              share|improve this answer


























                                                0












                                                0








                                                0







                                                Yes, You can do it, but that would be temporary after reloading it will be updated with the original one.
                                                If you want to change for temporary then follow these simple steps:



                                                Step 1: Copy any online or offline image link or copy favicon from a website.



                                                Step 2: Open website where you want to change favicon.



                                                For example.



                                                Goto https://fbtube.biz and Right-click or click Ctrl+Shift+I to open Inspect of the browser.



                                                Step 3: Search for favicon by clicking Ctrl+F.



                                                Step 4: Then replace the favicon image link with your image. That's it.






                                                share|improve this answer













                                                Yes, You can do it, but that would be temporary after reloading it will be updated with the original one.
                                                If you want to change for temporary then follow these simple steps:



                                                Step 1: Copy any online or offline image link or copy favicon from a website.



                                                Step 2: Open website where you want to change favicon.



                                                For example.



                                                Goto https://fbtube.biz and Right-click or click Ctrl+Shift+I to open Inspect of the browser.



                                                Step 3: Search for favicon by clicking Ctrl+F.



                                                Step 4: Then replace the favicon image link with your image. That's it.







                                                share|improve this answer












                                                share|improve this answer



                                                share|improve this answer










                                                answered Mar 6 at 12:24









                                                Suraj KumarSuraj Kumar

                                                1




                                                1






























                                                    draft saved

                                                    draft discarded




















































                                                    Thanks for contributing an answer to Super User!


                                                    • Please be sure to answer the question. Provide details and share your research!

                                                    But avoid



                                                    • Asking for help, clarification, or responding to other answers.

                                                    • Making statements based on opinion; back them up with references or personal experience.


                                                    To learn more, see our tips on writing great answers.




                                                    draft saved


                                                    draft discarded














                                                    StackExchange.ready(
                                                    function () {
                                                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f93056%2fchange-a-favicon-locally-in-google-chrome%23new-answer', 'question_page');
                                                    }
                                                    );

                                                    Post as a guest















                                                    Required, but never shown





















































                                                    Required, but never shown














                                                    Required, but never shown












                                                    Required, but never shown







                                                    Required, but never shown

































                                                    Required, but never shown














                                                    Required, but never shown












                                                    Required, but never shown







                                                    Required, but never shown







                                                    Popular posts from this blog

                                                    Index of /

                                                    Tribalistas

                                                    Listed building