”
], { 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 in an interview on No Contest Wrestling, the WWE star stated:
“It was one of those things where it was just, I was sick of taking a backseat, and that was kind of real. That angst was real. It was like always almost getting the shot and then never being the one that was picked, never being the one that they were going to hand the ball to and say, ‘Yeah, this is our girl. Go run with it.’
She further explained that as a heel, she said some things that she regretted in pursuit of being a compelling villain.
“But I don’t think the plan was ever going to be to give it to me again unless I took it. And so that was that opportunity of like, ‘All right, I’m not sitting around. I’m going to make this as interesting as I possibly can.’ Sometimes I did things that, to be honest with you, that I regret. I said a lot of mean things that, it was all about selling the conflict, or at least that’s how I justified it to myself. But that was it. It was, ‘I’m not sitting around anymore. I am great, and I am going to claim my greatness.’”
Becky Lynch revealed a WWE age cut off limit for women
According to Becky Lynch, she was pushing the limit when she got signed by WWE.
Speaking in the same interview, Lynch noted that she was trying out for the Stamford-based promotion at the age of 25, and at the time the age cut off for women was 26.
“Even when I was going for my tryout, I was 25, and the cutoff as a woman was 26. So even then I was like, pushing it. If I don’t get in now, that’s it. Dream’s dead. I’ll be too old, you know,” she said.
Becky Lynch is still one of the biggest names in WWE. It remains to be seen what else she accomplishes in the coming years.
If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.
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-sometimes-i-things-becky-lynch-admits-regrets-wwe?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




