Disabling snowflakes on websites

It’s winter. It should snow. So you are obliget to add some awesome snow to you website.

Customers who have slow PCes will have their browsers freezed, but it is not a big deal, at least they’ll see snowflakes!

Many websites uses this plugin to create that effect. But not all of them give you the possibility to stop it (even if it is very easy to do). Example: one of our mobile operators.

To stop it you simply has to open JS console (in Chrome CTRL+SHIFT+J) and type:

$(document).snowfall('clear')

Happy New Year!