As of writing this post (2025/11/30), apparently around 90% of this year has already passed.




// Detect dark theme
var iframe = document.getElementById('tweet-1993184119292149949-102');
if (document.body.className.includes('dark-theme')) {
iframe.src =...