”
], { 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);
});
});
})();
Recently, the Billion Dollar Princess hosted Chris Van Vliet for an interview on her What’s Your Story podcast and talked about Shane’s big return.
She said it was an emotional moment for her, but at that time she was also struggling with her health.
“I had the flu. Like, you can’t believe I was so sick. I had been throwing up that entire night into that morning. I had just stopped throwing up by the time I got to the building, so I was not feeling well,” she said.
Stephanie McMahon said she was worried about how Shane’s big return would go with her not being in the best of health. She said she was worried that she could get sick in the ring, and Triple H had a wild idea for her.
“And then my husband says to me right before we go out there, ’cause I’m starting to freak out, and I’m like, ‘This is Shane’s big return. Like, what happens if I get sick out there?’ And he goes, ‘Steph, if you gotta throw up, just throw up on him.’ And I was like, ‘That’s great advice. All right. Can’t go wrong if it’s live, right?’” she added.
Stephanie McMahon recalled being harassed for Donald Trump support
The McMahon family has maintained close ties with current US President Donald Trump for a number of years.
Recently, talking on her podcast, Stephanie recalled an incident where she and her husband, Triple H, were harassed by some people for supporting Trump.
She mentioned that she and Triple H were on their way to attend Trump’s first presidential inauguration and were waiting at a train station. Stephanie said that some people nearby tried to incite them.
Stephanie McMahon mentioned that everybody had their cameras out, waiting for something to happen, but the situation was defused without any fuss.
If you use quotes from this article, please credit What’s Your Story? With Steph McMahon and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-throw-him-stephanie-mcmahon-reveals-wild-triple-h-idea-big-wwe-return?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













