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

Charlotte Flair, who is the daughter of WWE Hall of Famer Ric Flair, and Cody Rhodes, who is the son of late WWE Legend Dusty Rhodes, are both part of two major wrestling families. The two are currently competing at the highest level in WWE on the SmackDown brand.


Charlotte Flair lost the semi-final of the Queen of the Ring tournament.

Flair, who is a former 14-time Women’s Champion, was in the Queen of the Ring semi-final against current Women’s World Champion Liv Morgan. Before their match, Jade Cargill, who had beef with Flair, attacked her backstage with her cronies B-Fab and Michin, thus injuring her knee, which Morgan would then persistently attack to gain the advantage in the bout.

Flair showed great resilience in the match. At one point, she was even kicked out of Liv’s finisher Oblivion, but the injury proved to be too much for the Queen, who eventually had to tap out to a half Boston Crab that Morgan sank in deep on the injured knee.

Charlotte Flair’s receipt was ready for Cargill when she interfered in the Storm’s match against Tiffany Stratton for the United States Title at Night of Champions and took her out with the championship belt.

Flair will be looking for revenge against Jade Cargill and could very well feud with her and Tiffany, among others, for the United States Title.

Cody Rhodes, meanwhile, lost the WWE Undisputed Championship to Sami Zayn and will look to get it back from the Last Real Good Guy before SummerSlam

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-the-queen-the-american-nightmare-as-children-charlotte-flair-breaks-the-internet-to-celebrate-cody-rhodes?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