From af04bb6142d523d156fd4f44fecc1319e1371fb3 Mon Sep 17 00:00:00 2001 From: nightpool Date: Sat, 16 Mar 2024 11:13:01 -0400 Subject: [PATCH] Stop tumblr's automatic 404 redirect when viewing a special page I can't imagine this worked previously, but it seems work now so let's go with that --- xkit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/xkit.js b/xkit.js index d5b0cfd80..1a28ccf48 100755 --- a/xkit.js +++ b/xkit.js @@ -3332,6 +3332,7 @@ function xkit_init_special() { $("body").html(""); document.title = "XKit"; + window.stop(); XKit.notifications.init(); XKit.notifications.add("Welcome to XKit " + framework_version + "
© 2011-2013 STUDIOXENIX");