From 5b193bc0016031906d02d1ca8926d5877aedcaa0 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Thu, 4 Jun 2026 21:01:34 +0200 Subject: [PATCH] ererere --- public/s/js/f0ckm.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/s/js/f0ckm.js b/public/s/js/f0ckm.js index 4f47644..7e32fd7 100644 --- a/public/s/js/f0ckm.js +++ b/public/s/js/f0ckm.js @@ -4340,6 +4340,8 @@ window.cancelAnimFrame = (function () { // Append all new items newItems.forEach(item => currentPosts.appendChild(item)); + // Apply blur to any notif thumbs in the new batch + if (ctx.notif && window.applyNotifThumbBlur) window.applyNotifThumbBlur(currentPosts); // Track loaded page infiniteState.loadedPages.add(data.currentPage); @@ -4441,6 +4443,9 @@ window.cancelAnimFrame = (function () { postsContainer.insertBefore(fragment, postsContainer.firstChild); + // Apply blur to any notif thumbs in the new batch + if (ctx.notif && window.applyNotifThumbBlur) window.applyNotifThumbBlur(postsContainer); + // Track loaded page infiniteState.loadedPages.add(prevPage); window.updateVisitIndicators();