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

Despite being the underdog, The Hot Mess managed to outclass four top superstars in Minneapolis. The victory marked her first WWE World Title win. Green’s triumph received a positive response from fans and her fellow wrestlers.

On this past Friday’s SmackDown, the former Green Regime leader challenged Fatal Influence for the Women’s Tag Team Championship alongside Tiffany Stratton. Surprisingly, Green suffered the deciding pinfall in the contest. To make matters worse, she sustained an injury on the show.

After reports of her injury surfaced online, The Hot Mess took to her Instagram handle and addressed the situation. Chelsea Green revealed that she suffered a broken orbital bone on the program. The 35-year-old was visibly frustrated and unsure about her future as the WWE Women’s Champion.

Green’s injury update garnered reactions from several pro wrestlers. WWE legends, such as Nikki Bella, Brie Bella, and Nattie, sent their best wishes to the Canadian superstar. AEW stars like Sammy Guevara and Thunder Rosa also commented on the post.

Chelsea Green’s real-life husband, Matt Cardona, liked the post. Cathy Kelley, Kelani Jordan, Maxxine Dupri, and Adriana Rizzo also shared their reactions.


WWE may have revealed Chelsea Green’s first challenger on SmackDown

Chelsea Green is currently working alongside Women’s United States Champion Tiffany Stratton on WWE SmackDown. After Rhea Ripley underwent knee surgery, Green seemingly became the “permanent” Women’s Champion.

After Green and Stratton lost to Lainey Reid and Fallon Henley on SmackDown, they were attacked by The Irresistible Forces (Nia Jax & Lash Legend). Jax has had her eyes on the Women’s Title since returning to WWE. Meanwhile, Legend failed to capture the title at SummerSlam.

Jax lost two opportunities to compete for the Interim Women’s Championship at SummerSlam. She later accused WWE officials of robbing her of major opportunities. However, the real-life Bloodline member staked her claim to the title by assaulting The Hot Mess on SmackDown.

With the beatdown, Jax has entered the race to challenge for Green’s championship. It will be interesting to see if the duo squares off for the gold in the coming weeks.

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-chelsea-green-issues-injury-update-rhea-ripley-nikki-bella-other-wwe-stars-react?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