], { 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);
});
});
})();

Ric Flair wrote:

What’s Sad Is All The People That Hate Under An Alias. Let’s Have Your Real Names And Identity. I’ll Talk To You All Individually. We Can Explain Our Differences In Opinion. Dial 1-800-Ric Flair Famous. Get Back To Me. I’ve Got More Money Than I Have Time! I’m Tired Of All The Social Media Trolls.

You can check out his post below:

Ric Flair also called out his son on social media recently

The WWE legend has been active on X as of late. One of his more recent posts had him calling out his son David.

The post indicated that he was thinking of suing his son, although he later admitted that he was not going to go through the legal route. The messages received significant attention in the pro wrestling circle, with mixed reactions. After a while, Ric Flair apologized for his words with a post on Instagram, claiming that he was frustrated due to his health issues.

“If You Understood The Health Issues That I Deal With And Am Currently Dealing With, You Would Understand Why I Get Frustrated In Life With A Lot Of People. I’m Sorry For The Frustration. I Am Taking Time To Focus On My Health.”

You can check out the post below:

The picture with his apology showed him outside an emergency room, prompting questions about his well-being. Many sent him their best wishes.

Flair had his final match in 2022, teaming up with Andrade El Idolo to take on Jeff Jarrett and Jay Lethal. He is unlikely to step in the ring again.

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-i-m-tired-ric-flair-goes-unsettling-new-message?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