Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
document.addEventListener("DOMContentLoaded", function() {
var images = document.querySelectorAll(".chatbox img");
images.forEach(function(image) {
image.addEventListener("click", function() {
var imageUrl = this.src;
var newWindow = window.open(imageUrl, "_blank");
newWindow.focus();
});
});
});