”
], { 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);
});
});
})();
Posting a photo alongside The Game and his wife, Stephanie McMahon, Eddie Hall said, “It’s about time WWE” in the caption, seemingly teasing a debut:
Triple H’s hilarious reaction in the aftermath of the Stephanie McMahon Hall of Fame announcement
Triple H was obviously in on the fact that Stephanie McMahon was getting inducted into the WWE Hall of Fame, just one year after his induction. At Wrestlepalooza, The Undertaker came out in his American Badass gear and took Stephanie by surprise by revealing the Hall of Fame announcement.
In the aftermath of that, The Game’s reaction was hilarious and he explained how Stephanie McMahon had no idea that she was getting inducted, instead thinking that The Undertaker was going to embarrass her prior to her birthday:
“Yeah, has anybody got a good lawyer?” Triple H laughed. “I’m in trouble. Steph is not happy with me. She had no idea, and I think she thought Taker was coming out there — it’s her birthday in four days — I think she thought Taker was coming out there to embarrass her and sing happy birthday to her, and she had no clue right up until he said, ‘Induct.’ But, the truth is, she is one of the most iconic performers in an era, the Attitude Era and moving forward from there, she was a powerful character for a lot of young women around the world; of a young, powerful executive and an incredible performer. So, to me, not just because she’s my wife, if I put all that aside, she’s just such an incredible performer and part of our business. That’s just the in-ring and stuff and then what she’s done behind the scenes, for all of it, just so well deserved. I can’t say it enough.” (H/T Fightful)
It’s unclear whether Stephanie McMahon will be the headlining Hall of Fame induction next year, but she will certainly be front and center. Last year, Paul Heyman was the “headliner” but technically opened the Hall of Fame ceremony.
`;
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-it-s-time-wwe-ex-world-s-strongest-man-posts-photo-triple-h-stephanie-mcmahon-teases-debut?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













