summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-12-24 10:04:52 +0100
committerVolpeon <git@volpeon.ink>2021-12-24 10:04:52 +0100
commitd016bd3c1645c0b82bef6f30935f74b0faa5c427 (patch)
tree7a18cca1c6b4ecb85cf31cba56cd683e9f4601f7 /content
parentAdd snow effect for Christmas time (diff)
downloadvolpeon.ink-d016bd3c1645c0b82bef6f30935f74b0faa5c427.tar.gz
volpeon.ink-d016bd3c1645c0b82bef6f30935f74b0faa5c427.tar.bz2
volpeon.ink-d016bd3c1645c0b82bef6f30935f74b0faa5c427.zip
Debloat
Diffstat (limited to 'content')
-rw-r--r--content/script.js2
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
22window.addEventListener("load", () => { setInterval(createSnowFlake, 100); }) 22setInterval(createSnowFlake, 100);