], { 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 to Nina Drama in a new interview, Lynch opened up about her WrestleMania debut. She recalled feeling overwhelmed after having to wrestle in front of 100,000 people in a stadium.

“The most I’ve wrestled in front of was in Texas. But it was over 100,000. That was my first WrestleMania. 100,000. Which was 10 years ago. WrestleMania 32, and I walked out there and I’d never been in front of… I’d never been… I don’t think I’ve ever been in a stadium before filled with people. It was too overwhelming for me the first time. Now we do it like several times a year and it’s like nothing. The second biggest city in Ireland. Now you’re not gonna believe me, but it’s Cork. So the population, well, when I was growing up, was 100,000, you know, of the second biggest city in Ireland. So when I went down in front of 100,000 people, I was like, ‘oh, yeah’” [H/T: Fightful]

Becky Lynch called out CM Punk’s Undisputed WWE Championship victory over Sami Zayn

Becky Lynch wasn’t happy with CM Punk dethroning Sami Zayn to win the Undisputed WWE Championship. She believes Zayn should’ve never lost his title and was robbed by “Complete Moron” Punk.

Speaking in a video shared by WWE Radio’s official X account, Lynch said:

“The second act would be to reverse course on Sami Zayn. That wasn’t fair. He never should have lost his championship, he should still be the champion. He was robbed by Complete Moron Punk, cause that is what it stands for,”

Becky Lynch has her sights set on the WWE Women’s World Championship. She returned on RAW after SummerSlam 2026 and confronted Liv Morgan.

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-becky-lynch-reveals-how-she-honestly-felt-about-her-first-wrestlemania-competing-in-front-of-100-000-people?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