diff options
author | Volpeon <git@volpeon.ink> | 2021-12-24 10:04:52 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-12-24 10:04:52 +0100 |
commit | d016bd3c1645c0b82bef6f30935f74b0faa5c427 (patch) | |
tree | 7a18cca1c6b4ecb85cf31cba56cd683e9f4601f7 /content | |
parent | Add snow effect for Christmas time (diff) | |
download | volpeon.ink-d016bd3c1645c0b82bef6f30935f74b0faa5c427.tar.gz volpeon.ink-d016bd3c1645c0b82bef6f30935f74b0faa5c427.tar.bz2 volpeon.ink-d016bd3c1645c0b82bef6f30935f74b0faa5c427.zip |
Debloat
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); |