”
], { 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);
});
});
})();
Following Adam Pearce’s announcement that Ripley would miss SummerSlam, WWE held a series of qualifying matches on SmackDown. Tiffany Stratton, Jade Cargill, Charlotte Flair, Chelsea Green, and Lash Legend all earned spots in the high-stakes Five-Way Ladder Match.
The championship bout lived up to expectations. Late in the match, Tiffany Stratton appeared close to victory before Green shoved the ladder, sending her crashing onto the other competitors outside the ring. Moments later, B-Fab and Michin tried to stop Green and assist Cargill, only for The Queen to intervene as the action descended into complete chaos.
After Flair and Cargill neutralized one another at the top of the ladder, Green recovered while the rest of the field was down. She climbed the ladder uninterrupted and unhooked the championship to become the Interim WWE Women’s Champion.
While Matt Cardona did not compete at The Biggest Party of the Summer, he shared a congratulatory message on X after watching The Hot Mess climb the ladder and secure the championship on Night Two of SummerSlam.
“Here is your winner and NNNEEEWWW @WWE Women’s Champion…my hot wife…@ImChelseaGreen!”
Chelsea Green can now call herself Interim Women’s Champion, but her reign comes with a major challenge waiting in the future. Once Rhea Ripley returns from injury, the two stars will eventually collide in a Championship Unification Match to determine the undisputed titleholder.
`;
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-s-husband-reacts-becomes-interim-wwe-women-s-champion-summerslam-2026?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













