”
], { 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);
});
});
})();
“A big week for @WWE #SmackDown tonight in Mexico City!” he wrote.
Cody Rhodes battled Randy Orton at Sunday Night’s Main Event in a WrestleMania rematch. Rhodes had Orton set up for a punt kick to the head in the middle of the ring, but he stopped himself and showed The Viper mercy.
That turned out to be a massive mistake as Orton hit Rhodes with a low blow and followed it up with an RKO for the pinfall victory. The promotion has teased the fallout from Rhodes’ loss to Orton for tonight’s episode of SmackDown. CM Punk is scheduled to defend the Undisputed WWE Championship against Sami Zayn during tonight’s show as well.
WWE legend reflects on iconic moment with Triple H
Wrestling icon Trish Stratus recently opened up about a memorable moment she had with Triple H in the past.
Speaking with Chris Van Vliet on the Insight podcast, Stratus discussed her backstage segment with The King of Kings, in which it looked like they were being intimate when he was simply teaching her how to do wrestling moves. Stephanie McMahon walked into the locker room at the worst possible time, and the hilarious moment is still referenced today.
“That’s the thing with these moments. You know, we thought it would be hilarious; we thought this was going to be funny. Of course, it was fueling the Trish and Stephanie storyline. And I’ll tell you a funny story: one of those anniversary shows – do you remember when DX came in? The original idea was that I was going to be teaching Stephanie yoga. And then it somehow got changed; Stephanie got tied up doing some other stuff, and then I ended up with DX and having a very awkward segment,” she said.
It will be interesting to see if Triple H has any surprises in store for WWE fans tonight on SmackDown.
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-triple-h-backstage-conversation-cody-rhodes-ahead-wwe-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



