StackExchange-userscripts
StackExchange-userscripts copied to clipboard
This script hides the winter bash snowflake icon
The winter bash snowflake icon is not shown when using this script.
Windows 7 Home Premium 64 bit, Firefox 57.0.2
The issue is that the code which dynamically adds the Winter Bash snowflake to the top-bar uses the location of the site-switcher to add the snowflake. When it doesn't find the site-switcher with the DOM structured the way it expects, it fails to add it.
The current workaround is to not merge the site-switcher. You can move the site-switcher to a different location, but merging it will result in the snowflake not showing up. I'm working on a resolution which will allow both.