The ft:reader:topicsloaded
event is sent when new topics are loaded on the Reader page. The following lines show an example of how to use the ft:reader:topicsloaded
event:
document.addEventListener('ft:reader:topicsloaded', function (event){
window.alert('Enjoy your reading');
});