How can we check favicon provided by Google API is the default globe?
https://www.google.com/s2/u/0/favicons?domain=facebook.com returns the favicon of the facebook, where as https://www.google.com/s2/u/0/favicons?domain=anyRandomFakeDomain.io returns the globe as the favicon.
How can I (with JS in the browser ONLY) check if the favicon is default globe or not?