”
], { 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);
});
});
})();
“You always stay ready. You always stay prepared. Everything we’ve given you knocked out of the park,” he said. (H/T: WrestleTalk)
You can check out the video below:
Triple H currently serves as the Chief Content Officer for the promotion and has not competed in a match since 2019. Rhea Ripley defeated Jade Cargill to become the WWE Women’s Champion at WrestleMania, but The Eradicator is currently out of action with an injury.
Chelsea Green became the interim champion at SummerSlam but suffered a broken orbital bone this past Friday night on SmackDown. The Hot Mess teamed up with Tiffany Stratton in a losing effort to Fatal Influence’s Fallon Henley and Lainey Reid this past Friday night.
Interim WWE Women’s Champion Chelsea Green reveals conversation she had with Triple H
SmackDown star Chelsea Green revealed a conversation she had with Triple H about potentially changing her character.
Speaking on Complex Graps, Green shared that she had a conversation with The Game about being a more serious character. However, she noted that the company booked her in a comedic segment the following week, and the two never talked about the conversation again.
“About a year ago, I had a conversation with Hunter. We sat down, and we talked about me going in a more serious direction. Literally the next week, I was put in a comedy spot that lasted like 30 seconds, and I was pinned. I’m like, ‘Well, I fear we’re here to stay.’ And we never, him and I, never spoke about it again,” she said.
It will be interesting to see what the future holds for Chelsea Green as champion following her orbital bone injury on WWE SmackDown.
`;
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-triple-h-s-backstage-comments-new-wwe-champion-summerslam-revealed?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













