1 Snippets
<10 Favourites
<10 Downloads

Untitled Snippet

document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('.elementor-post__thumbnail__link').forEach(function(link) { link.setAttribute('target', '_blank'); link.setAttribute('rel', 'noopener noreferrer'); }); });