], { 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);
});
});
})();

Speaking on the latest episode of What’s Your Story? podcast with special guest Paige, Stephanie McMahon revealed that members of the McMahon family aren’t supposed to be inducted into the WWE Hall of Fame.

“Well, the McMahons were never supposed to be in the Hall of Fame, as I was always brought up. You know, we were characters that were intentionally designed to get other talent over. So it was never about us. And that’s just sort of like ingrained in my brain,” Stephanie said. [H/T ITR Wrestling]

Paige's emotional first interview since WWE return | What's Your Story? With Steph McMahon

In addition to Stephanie McMahon, two members of the McMahon family in the WWE Hall of Fame are Vincent J. McMahon Sr. and Triple H. Vince Sr. is the father of Vince McMahon, while Triple H is the husband of Stephanie.


Stephanie McMahon on slapping Daniel Bryan

In the same episode of the What’s Your Story? podcast, Stephanie McMahon discussed some of the people she slapped in her career. McMahon’s slap is iconic, but there were times that superstars weren’t selling for her, including Daniel Bryan.

“Daniel Bryan wouldn’t sell my slaps either, and I was slapping him with the right and then I started slapping him with the left. I was trying everything I could and he didn’t do sh*t,” Stephanie said. [H/T Fightful]

Bryan was involved in a couple of storylines with Stephanie during his feud with The Authority that led to the YES Movement and the feud between Stephanie and Brie Bella.

The American Dragon left WWE in April 2021, joining All Elite Wrestling a few months later. He remains signed in AEW, while Brie recently returned to WWE and is currently one-half of the WWE Women’s Tag Team Champions.

Why did you not like this content?


`;
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-stephanie-mcmahon-the-mcmahons-never-supposed-hall-fame?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

Leave A Reply

Exit mobile version