You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/pages/advent-calendar.js
+31-30Lines changed: 31 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -95,64 +95,65 @@ const doors = [
95
95
// Week 3 <a href='LINK' href='_blank'>TEXT</a>
96
96
{
97
97
day: 15,
98
-
title: "TODO",
99
-
easy: "TODO",
100
-
hard: "TODO",
98
+
title: "That's a Wrap for Spotify",
99
+
easy: "Spotify sucks, unfortunately. Now that Spotify Wrapped is finally out, it's time to switch to another music service! I personally recommend <a href='https://tidal.com/pricing' href='_blank'>Tidal</a>. And yes, you can transfer your songs/playlists.",
100
+
hard: "AFTER transfering them over: Sort your playlists, update the covers, delete the ones you don't need anymore...",
101
101
},
102
102
{
103
103
day: 16,
104
-
title: "TODO",
105
-
easy: "TODO",
106
-
hard: "TODO",
104
+
title: "Sorting Time",
105
+
easy: "Sort, clean up, declutter and reorganize all your files and folders on your PC. Sounds simple, will probably take long, but it's worth it, I swear!",
106
+
hard: "Also sort out any cloud storage you have (e.g. Google Drive).",
107
107
},
108
108
{
109
109
day: 17,
110
-
title: "TODO",
111
-
easy: "TODO",
112
-
hard: "TODO",
110
+
title: "Trash the Trash",
111
+
easy: "Empty your trashbins (on PC, phone gallery, etc) to free up space on your devices",
112
+
hard: "Use use the free software <a href='https://www.jam-software.com/treesize' href='_blank'>TreeSizeFree</a> to detect which files and folders take up the most space on your PC, and clean up accordingly. (Don't forget to empty your trashbin again afterwards.)",
113
113
},
114
114
{
115
115
day: 18,
116
-
title: "TODO",
117
-
easy: "TODO",
118
-
hard: "TODO",
116
+
title: "Cancelled!",
117
+
easy: "Cancel any subscription services you don't need anymore. Check your bank account to see if you haven't forgotten any!",
118
+
hard: "Create a monthly budget spreadsheet (e.g. in Google Sheets or Microsoft Excel) for next year!",
119
119
},
120
120
{
121
121
day: 19,
122
-
title: "TODO",
123
-
easy: "TODO",
124
-
hard: "TODO",
122
+
title: "Instagram.zip",
123
+
easy: "Go through your Instagram posts (or other social media if you don't use Instagram) and archive a bunch of them. Don't worry, posts can be unarchived at any time.",
124
+
hard: "Archive ALL of your posts. A clean slate feels good, I swear!",
125
125
},
126
126
{
127
127
day: 20,
128
-
title: "TODO",
129
-
easy: "TODO",
130
-
hard: "TODO",
128
+
title: "No Ads",
129
+
easy: "If you haven't, install <a href='https://ublockorigin.com/' href='_blank'>uBlock Origin</a> to block all ads everywhere. Yes, it's available for mobile browsers too.",
130
+
hard: "If you have a Samsung TV, you can install <a href='https://github.com/reisxd/TizenBrew/blob/main/docs/README.md' href='_blank'>TizenBrew</a> (it's a bit complicated, but it's worth it). Then you can use the TizenBrew app to use YouTube without ads, for free! (The TV app looks exactly like YouTube, but as additional features, not just no ads.)",
131
131
},
132
132
{
133
133
day: 21,
134
-
title: "TODO",
135
-
easy: "TODO",
136
-
hard: "TODO",
134
+
title: "For Coders",
135
+
easy: "Hey, do you code? Well, are you using a good code editor, or are you still stuck with in-browser editors or Notepad++? I HIGHLY recommend <a href='https://code.visualstudio.com/' href='_blank'>VSCode</a>, it's free and beautiful!",
136
+
hard: "Install any extensions you might need, and configure your settings and theme. Check out my <a href='/coding/my-setup' href='_blank'>VSCode Setup</a> for a guide.",
137
137
},
138
138
// Week 4
139
+
139
140
{
140
141
day: 22,
141
-
title: "TODO",
142
-
easy: "TODO",
143
-
hard: "TODO",
142
+
title: "Backup",
143
+
easy: "It's finally time for a backup! Go make a backup for all your files. <a href='/resources/backup-tutorial' href='_blank'>Follow my backup tutorial</a>, it shows you a great way of making backups.",
144
+
hard: "Zip up any folders with files you don't really need anymore but want to keep for memory's sake.",
144
145
},
145
146
{
146
147
day: 23,
147
-
title: "TODO",
148
-
easy: "TODO",
149
-
hard: "TODO",
148
+
title: "The web is yours",
149
+
easy: "Install the <a href='https://addons.mozilla.org/de/firefox/addon/greasemonkey/' href='_blank'>Greasemonkey</a> extension for Firefox (or <a href='https://chromewebstore.google.com/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=de' href='_blank'>Tampermonkey</a> if you're using Google Chrome) so you can install userscripts. You can find userscripts to install on <a href='https://greasyfork.org/en' href='_blank'>GreasyFork</a>. You can also install the <a href='https://addons.mozilla.org/en-US/firefox/addon/styl-us/' href='_blank'>Stylus</a> extension to install userstyles.",
150
+
hard: "Install <a href='https://greasyfork.org/en/users/354138-petracoding' href='_blank'>my Universal Content Filter script</a>.",// TODO ADD BETTER LINK
150
151
},
151
152
{
152
153
day: 24,
153
-
title: "TODO",
154
-
easy: "TODO",
155
-
hard: "TODO",
154
+
title: "Bye, bye!",
155
+
easy: "Uninstall TikTok. Yep, that's it. If you don't have TikTok, then uninstall your doomscrolling app of choice. Just do it, don't think about it too long! You can do it! <b>Merry Christmas!</b>",
156
+
hard: "Also delete your account. It's okay, you will be alright without it.",
0 commit comments