”
], { 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);
});
});
})();
McMahon’s podcast What’s Your Story? featuring Brie Bella has been filmed. Stephanie posted a picture with her on the left, Bella in the middle, and the co-host on the right. She thanked Brie for the conversation and also offered well wishes for her speedy recovery.
“Thank you #BrieBella for the pod and most of all for all the fun and love throughout the years! I hope you heal quickly! #WhatsYourStory,” she wrote.
Stephanie McMahon clears the air on whether she peed after Brie Bella’s slap in 2014
Stephanie McMahon may no longer be an on-screen character in WWE, but she has left behind countless iconic moments. The former Women’s Champion recently addressed something about a viral 2014 incident.
During The Authority’s feud with Daniel Bryan, an injury forced Bryan to undergo surgery. At the Payback PLE, he was ordered to forfeit his title to McMahon or risk his real-life wife, Brie Bella, getting fired. However, Bella stepped in to quit and slapped McMahon across the face, kicking off a high-profile rivalry.
Many fans then speculated that McMahon had peed herself upon being slapped due to a shadow on her dress. Speaking on What’s Your Story? with Steph McMahon, she set the record straight, confirming the shadow was strictly a lighting illusion.
“You remember when we did the segment where you slapped me? You know, everyone thought I peed myself after? Yes. I guess it was just the shadow, like the way my dress, because I would’ve admitted it if that happened, but I guess there was a shadow, and it blew up like you made me pee myself because you hit me hard. You did hit hard, though,” McMahon said.
Their feud eventually culminated in a match at SummerSlam 2014, during which Nikki Bella turned on her sister.
`;
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-sends-message-brie-bella-s-serious-injury?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













