”
], { 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);
});
});
})();
After winning the title at SummerSlam, Chelsea Green came out to address the fans during the post-show. She revealed that Triple H hugged her following her title win and she took a shot at him by asking him about how many times did he fire her before she became Champion. Chelsea has been released from the Stamford-based company once back in 2021 but then she made her return at the 2023 Royal Rumble event.
“When Triple H hugged me, I was like, ‘This is 13 years in the making and how many times did you guys fire me?’” she said. [H:T/WrestlePurists]
It is great to see Chelsea Green finally achieve World title success in WWE.
Road Dogg congratulated Chelsea Green on her victory and took shots at WWE creative
Road Dogg was a major part of WWE’s creative team and was a part of the writing team for SmackDown. However, he left the Stamford-based company earlier this year in March due to some creative issues.
As seen on WWE Unreal, he used to rally behind Chelsea Green a lot and wanted the company to give her a big push but his ideas were denied by Triple H. Following Chelsea’s win, the Hall of Famer congratulated her on X while questioning why it took the company’s creative so long to realise that she’s a top star.
“SO CONGRATULATIONS @ImChelseaGreen The hard part for me is, WHY DID IT TAKE SO LONG FOR OTHERS TO SEE! “top guys vision” leaves a lot of talent underutilized ; Not a knock just the truth, Truth….. there’s another one#WWESummerSlam2026 #OUDK #LISTENUP,” he wrote.
Fans are excited to see what’s next for the leader of the Green Regime now that she’s the Interim WWE Women’s Champion.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-how-many-times-guys-fire-me-chelsea-green-triple-h-winning-wwe-title-summerslam?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



