Category: Hydra Synol® DOI (Isosorbide Dicaprylate)
document.addEventListener("DOMContentLoaded", function() {
var postTitles = document.querySelectorAll('.blfe-post-grid-title'); // Replace '.post-title-class' with the actual class or element selector for your post titles
postTitles.forEach(function(title) {
title.removeAttribute('rel');
});
});