”
], { 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);
});
});
})();
While attempting to keep her cool on First We Feast’s “Heat Eaters,” Lynch stated that Mick Foley’s mic work hooked her more than anything else.
“I think it was the storytelling. I remember watching it when we were way younger, like, Ultimate Warrior. And then we fell out of it. And then my brother started watching it around the Attitude Era, and Mick Foley would come on and cut these promos, and I would just kind of be transfixed. It was the pagentry. It was less the wrestling in the beginning,” said Lynch. [4:25-4:52]
Becky Lynch was hooked at that point, but needed to convince her parents, more so her mother, before she could chase her dream.
Becky Lynch’s mom didn’t originally support her WWE dream
Back in the Attitude and Ruthless Aggression Eras, women’s wrestling wasn’t…exactly well-respected. If we can be honest, it was looked down upon widely by the business and fans, and really only got time and promotion if they could focus on the sex appeal of the competitors. So, for Becky Lynch, pitching her dream career to her mother was a little tough.
“My mom didn’t like it. My dad was super supportive. She didn’t want me wrestling because, in fairness, there was nothing that I could point at, at the time, and say, ‘That’s what I want to do.’ When she was looking on TV, and there would be bra and panties matches and mud wrestling matches, and I’m like, ‘I wanna do something like that, but not…not THAT! No, I don’t want to do that,” said Lynch. [4:55-5:16]
Thankfully, we’ve come a long way in the world of professional wrestling. Becky Lynch has made her name, not through pillow fights or pudding matches, but hard-hitting wars and interesting promos.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-praises-wwe-hall-famer-s-promos-wrestling?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



