Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hello world!
by Blue50 | Jun 18, 2024 | Uncategorized | 1 comment
document.addEventListener('DOMContentLoaded', function() {
// Check if the target gallery item exists
var galleryItem = document.querySelector('.et_pb_gallery_0 .et_pb_gallery_item:nth-child(4) .et_pb_gallery_image');
if (galleryItem) {
// Create a clickable link element
var link = document.createElement('a');
link.setAttribute('href', 'https://blue50.ca/gallery');
link.style.width = '100%';
link.style.height = '100%';
link.style.position = 'absolute';
link.style.top = '0';
link.style.left = '0';
link.style.zIndex = '10';
link.style.cursor = 'pointer';
// Append the link to the gallery item
galleryItem.appendChild(link);
}
});
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.