], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();

Unfortunately, Scarlett passed away on July 4, leaving her family and friends distraught, including Charlotte Flair. The Queen had shared a heartfelt tribute on social media after the young fan’s passing. And now she has shared a beautiful letter left behind by Scarlett for her on X/Twitter, who didn’t want The Queen to be sad for her or spend her days crying.

“🪽 🕊️ 💎♾🦋,” Flair wrote in her caption.

You can check it out in the post below:

Charlotte Flair’s Heartbreaking Tribute To Scarlett

Charlotte Flair had known the young fan for nearly two years.

In that time, the two of them had become quite close, and The Queen had been spotted with her several times.

Scarlett had touched Flair’s life deeply, and the nature of their friendship came through in the long and heartbreaking tribute she wrote on X after Scarlett’s passing.

“And to you, Scarlett… You reminded all of us that a life isn’t measured by its length, but by the love it leaves behind. Your light doesn’t end here. It lives on in your family, your friends, and in every heart you touched. It lives on in every butterfly that makes someone stop and smile, and in every diamond that catches the light. You will always be our butterfly. You will always be our diamond girl. You are loved beyond words, and you will never, ever be forgotten,” read an excerpt from Flair’s post.

Thank you for the light you brought into my life. I’ll never forget the day MJ texted me and told me he had a little fan with him who wanted to meet me. At a time when I was feeling sorry for myself, you gave me something so much greater than I could have ever given you.

The Queen understandably is heartbroken about Scarlett’s passing, and it remains to be seen what she will be up to next on WWE SmackDown.

Why did you not like this content?


`;
if (index == 3 && isOpera) {
storyHTML += `

`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `

`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-don-t-be-sad-for-me-don-t-spend-all-your-days-crying-wwe-icon-charlotte-flair-shares-update?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `

`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();

Fetching more content…






Read the full article here

Leave A Reply

Exit mobile version