How can this Stack Exchange site have an animated favicon?How to disable animated favicons?Our company claims that the DLP system can even monitor the contents of HTTPS traffic, how is this possible?Why have embedded YouTube videos stopped working in Google Chrome?Client unable to access OWA website after temporarily changing SSL certificate on the serverIcons missing on Stack Exchange sitesHow to force google chrome sync to update site faviconHow to disable animated favicons?how to change favicon odooWhere is chrome and other browser form and field data stored?
How can an attacker use robots.txt?
What can a pilot do if an air traffic controller is incapacitated?
What is the need of methods like GET and POST in the HTTP protocol?
What did Tim Curry say in the movie Congo to Ernie Hudson after being insulted?
How do pilots align the HUD with their eyeballs?
My Project Manager does not accept carry-over in Scrum, Is that normal?
What is the difference between an astronaut in the ISS and a freediver in perfect neutral buoyancy?
Is the mass of paint relevant in rocket design?
Worms crawling under skin
Meaning of 'ran' in German?
Is there any iPhone SE out there with 3D Touch?
Designing a time thief proof safe
How use custom order in folder on Windows 7 and 10
When is it acceptable to write a bad letter of recommendation?
Can a broken/split chain be reassembled?
Writing a letter of recommendation for a mediocre student
Subverting the emotional woman and stoic man trope
Is it more effective to add yeast before or after kneading?
Is it a good idea to leave minor world details to the reader's imagination?
A simple game that keeps track of the number of questions asked
What exactly did this mechanic sabotage on the American Airlines 737, and how dangerous was it?
How can this Stack Exchange site have an animated favicon?
Is this Portent-like spell balanced?
Cut a cake into 3 equal portions with only a knife
How can this Stack Exchange site have an animated favicon?
How to disable animated favicons?Our company claims that the DLP system can even monitor the contents of HTTPS traffic, how is this possible?Why have embedded YouTube videos stopped working in Google Chrome?Client unable to access OWA website after temporarily changing SSL certificate on the serverIcons missing on Stack Exchange sitesHow to force google chrome sync to update site faviconHow to disable animated favicons?how to change favicon odooWhere is chrome and other browser form and field data stored?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Yesterday I was browsing on https://stackexchange.com and noticed that the list of all Stack Exchange has an animated favicon:

How is this possible? I thought favicons were static ICO files, incapable of animation?
browser favicon
add a comment
|
Yesterday I was browsing on https://stackexchange.com and noticed that the list of all Stack Exchange has an animated favicon:

How is this possible? I thought favicons were static ICO files, incapable of animation?
browser favicon
add a comment
|
Yesterday I was browsing on https://stackexchange.com and noticed that the list of all Stack Exchange has an animated favicon:

How is this possible? I thought favicons were static ICO files, incapable of animation?
browser favicon
Yesterday I was browsing on https://stackexchange.com and noticed that the list of all Stack Exchange has an animated favicon:

How is this possible? I thought favicons were static ICO files, incapable of animation?
browser favicon
browser favicon
asked 11 hours ago
GlorfindelGlorfindel
1,6596 gold badges13 silver badges22 bronze badges
1,6596 gold badges13 silver badges22 bronze badges
add a comment
|
add a comment
|
3 Answers
3
active
oldest
votes
It turns out that animated favicons are actually possible, and some websites have them: see How to disable animated favicons?.
But this particular instance wasn't caused by the Stack Exchange website; it turned out that I have a userscript for that page in Violentmonkey, which (in the background) performs HTTP calls to the Help Center of each website in the list. Somehow (I don't know the exact details) the favicons of those websites get loaded as well and are applied to the Firefox tab, causing an animation. The last call is to Stack Overflow so that icon remains as a final state.
If you want to experience it yourself, you can install of the most popular userscripts for Stack Exchange: Global Flag Summary – it displays this behaviour as well. I'm not exactly sure in which setups (userscript manager/browser/operating system) this works, but I'm running Violentmonkey v2.11.2 in Firefox 69.0.1 on macOS 10.14.6.
add a comment
|
This is the infamous bug 111373 which earned the right to vote last year, and which I expect to be buying drinks for in a couple more.
add a comment
|
For most browsers, favicons are static image files, but websites can take advantage of JavaScript to modify the current favicon shown, effectively animating it. Firefox also allows GIF type favicons and plays the animation accordingly.
See this StackOverflow thread for various implementations of animated favicons.
add a comment
|
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/4.0/"u003ecc by-sa 4.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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1484570%2fhow-can-this-stack-exchange-site-have-an-animated-favicon%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
It turns out that animated favicons are actually possible, and some websites have them: see How to disable animated favicons?.
But this particular instance wasn't caused by the Stack Exchange website; it turned out that I have a userscript for that page in Violentmonkey, which (in the background) performs HTTP calls to the Help Center of each website in the list. Somehow (I don't know the exact details) the favicons of those websites get loaded as well and are applied to the Firefox tab, causing an animation. The last call is to Stack Overflow so that icon remains as a final state.
If you want to experience it yourself, you can install of the most popular userscripts for Stack Exchange: Global Flag Summary – it displays this behaviour as well. I'm not exactly sure in which setups (userscript manager/browser/operating system) this works, but I'm running Violentmonkey v2.11.2 in Firefox 69.0.1 on macOS 10.14.6.
add a comment
|
It turns out that animated favicons are actually possible, and some websites have them: see How to disable animated favicons?.
But this particular instance wasn't caused by the Stack Exchange website; it turned out that I have a userscript for that page in Violentmonkey, which (in the background) performs HTTP calls to the Help Center of each website in the list. Somehow (I don't know the exact details) the favicons of those websites get loaded as well and are applied to the Firefox tab, causing an animation. The last call is to Stack Overflow so that icon remains as a final state.
If you want to experience it yourself, you can install of the most popular userscripts for Stack Exchange: Global Flag Summary – it displays this behaviour as well. I'm not exactly sure in which setups (userscript manager/browser/operating system) this works, but I'm running Violentmonkey v2.11.2 in Firefox 69.0.1 on macOS 10.14.6.
add a comment
|
It turns out that animated favicons are actually possible, and some websites have them: see How to disable animated favicons?.
But this particular instance wasn't caused by the Stack Exchange website; it turned out that I have a userscript for that page in Violentmonkey, which (in the background) performs HTTP calls to the Help Center of each website in the list. Somehow (I don't know the exact details) the favicons of those websites get loaded as well and are applied to the Firefox tab, causing an animation. The last call is to Stack Overflow so that icon remains as a final state.
If you want to experience it yourself, you can install of the most popular userscripts for Stack Exchange: Global Flag Summary – it displays this behaviour as well. I'm not exactly sure in which setups (userscript manager/browser/operating system) this works, but I'm running Violentmonkey v2.11.2 in Firefox 69.0.1 on macOS 10.14.6.
It turns out that animated favicons are actually possible, and some websites have them: see How to disable animated favicons?.
But this particular instance wasn't caused by the Stack Exchange website; it turned out that I have a userscript for that page in Violentmonkey, which (in the background) performs HTTP calls to the Help Center of each website in the list. Somehow (I don't know the exact details) the favicons of those websites get loaded as well and are applied to the Firefox tab, causing an animation. The last call is to Stack Overflow so that icon remains as a final state.
If you want to experience it yourself, you can install of the most popular userscripts for Stack Exchange: Global Flag Summary – it displays this behaviour as well. I'm not exactly sure in which setups (userscript manager/browser/operating system) this works, but I'm running Violentmonkey v2.11.2 in Firefox 69.0.1 on macOS 10.14.6.
edited 11 hours ago
answered 11 hours ago
GlorfindelGlorfindel
1,6596 gold badges13 silver badges22 bronze badges
1,6596 gold badges13 silver badges22 bronze badges
add a comment
|
add a comment
|
This is the infamous bug 111373 which earned the right to vote last year, and which I expect to be buying drinks for in a couple more.
add a comment
|
This is the infamous bug 111373 which earned the right to vote last year, and which I expect to be buying drinks for in a couple more.
add a comment
|
This is the infamous bug 111373 which earned the right to vote last year, and which I expect to be buying drinks for in a couple more.
This is the infamous bug 111373 which earned the right to vote last year, and which I expect to be buying drinks for in a couple more.
answered 2 hours ago
R..R..
8581 gold badge8 silver badges18 bronze badges
8581 gold badge8 silver badges18 bronze badges
add a comment
|
add a comment
|
For most browsers, favicons are static image files, but websites can take advantage of JavaScript to modify the current favicon shown, effectively animating it. Firefox also allows GIF type favicons and plays the animation accordingly.
See this StackOverflow thread for various implementations of animated favicons.
add a comment
|
For most browsers, favicons are static image files, but websites can take advantage of JavaScript to modify the current favicon shown, effectively animating it. Firefox also allows GIF type favicons and plays the animation accordingly.
See this StackOverflow thread for various implementations of animated favicons.
add a comment
|
For most browsers, favicons are static image files, but websites can take advantage of JavaScript to modify the current favicon shown, effectively animating it. Firefox also allows GIF type favicons and plays the animation accordingly.
See this StackOverflow thread for various implementations of animated favicons.
For most browsers, favicons are static image files, but websites can take advantage of JavaScript to modify the current favicon shown, effectively animating it. Firefox also allows GIF type favicons and plays the animation accordingly.
See this StackOverflow thread for various implementations of animated favicons.
answered 1 hour ago
FThompsonFThompson
1801 gold badge2 silver badges8 bronze badges
1801 gold badge2 silver badges8 bronze badges
add a comment
|
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1484570%2fhow-can-this-stack-exchange-site-have-an-animated-favicon%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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