document.addEventListener("DOMContentLoaded", function() { // Select the largest contentful element (e.g., heading) var lcpElement = document.querySelector(".elementor-heading-title"); if (lcpElement) { // Remove any lazyload-related classes lcpElement.classList.remove("wp-rocket-lazyload"); } });