From 1be9216624791a67c2be20d454b3f3f63317bd1f Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Sat, 23 May 2026 08:45:59 +0200 Subject: [PATCH] hgfd --- public/s/js/f0ckm.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/s/js/f0ckm.js b/public/s/js/f0ckm.js index 5fe8616..6eb0e5d 100644 --- a/public/s/js/f0ckm.js +++ b/public/s/js/f0ckm.js @@ -3065,7 +3065,7 @@ window.cancelAnimFrame = (function () { } // Check for thumbnail links on index page - const thumbnail = target.closest('.posts > a'); + const thumbnail = target.closest('.posts > a:not(.notif-item)'); if (thumbnail && !e.ctrlKey && !e.shiftKey && !e.altKey && !e.metaKey) { e.preventDefault(); // Thumbnails inherit context (e.g. from Tag Index) @@ -5984,6 +5984,8 @@ class NotificationSystem { } else { window.location.href = href; } + } else { + e.preventDefault(); } };