Yes... adding in continuation local storage is something we really wanted to do, although when @akhoury tried to do it a couple years back, the technology was as-yet still a little immature.
Perhaps it is time for us to take a look at it again 😃
Has a hook loaded after loading ajaxify?
$(window).on('action:ajaxify.end', function(event, data) {
console.log(data); // to inspect what is passed back by NodeBB
});
$(window).on('action:ajaxify.end', function(event, data) {
console.log(data); // to inspect what is passed back by NodeBB
});