diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/script.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/script.js b/content/script.js index 5702edf..7143b25 100644 --- a/content/script.js +++ b/content/script.js | |||
@@ -19,4 +19,4 @@ function createSnowFlake() { | |||
19 | setTimeout(() => { snowFlake.remove(); }, 5000); | 19 | setTimeout(() => { snowFlake.remove(); }, 5000); |
20 | } | 20 | } |
21 | 21 | ||
22 | window.addEventListener("load", () => { setInterval(createSnowFlake, 100); }) | 22 | setInterval(createSnowFlake, 100); |