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

The SmackDown GM stated that he would give her thirty days to be cleared to compete before forcing her to relinquish the title. Gunther then interrupted and mocked the champion before her husband, Matt Cardona, sprinted to the ring to brawl with him. Gunther wound up defeating Cardona in a singles match during this past Friday’s show.

Earlier today, The Ring General took to social media to taunt Chelsea Green after rudely interrupting her on SmackDown. The former leader of Imperium suggested that facts did not care about feelings, and the WWE Women’s Champion responded that she didn’t care what he had to say.

“🙄 still on the hunt to find the f*cks I should give…” wrote Green.

Rhea Ripley defeated Jade Cargill at WrestleMania 42 to become the WWE Women’s Champion. However, The Eradicator has since suffered a knee injury and had to undergo surgery, resulting in her title reign coming to an end.

Chelsea Green comments on her victory at WWE SummerSlam

SmackDown star Chelsea Green commented on becoming champion at SummerSlam 2026.

Speaking on The Nikki & Brie Show, the popular star noted that she got emotional as she grabbed the title because she felt like everything had been worth it.

“You see on my face that I’m like almost about to cry before I take the title down because it did feel like it felt like this was all worth it. Like oh yeah 12, 13 years, all the things I’ve missed. I’ve missed all my best friends’ weddings, their births of their kids who they all call me auntie. I’ve missed um I missed my dad’s wedding. I’ve broken bones. I had heart surgery. Like so much has led me to like scurrying up that ladder,” she said.

Only time will tell if Chelsea Green will be able to return to action within 30 days to remain WWE Women’s Champion.

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-still-hunt-find-f-cks-chelsea-green-hits-back-top-wwe-superstar-smackdown?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