StackExchange-userscripts icon indicating copy to clipboard operation
StackExchange-userscripts copied to clipboard

This script hides the winter bash snowflake icon

Open DavidPostill opened this issue 8 years ago • 1 comments

The winter bash snowflake icon is not shown when using this script.

Windows 7 Home Premium 64 bit, Firefox 57.0.2

DavidPostill avatar Dec 13 '17 20:12 DavidPostill

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.

makyen avatar Dec 13 '17 21:12 makyen