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

The Man recently reflected on that very pivotal moment that propelled her to superstardom. Appearing on the No-Contest Wrestling podcast with O’Shea Jackson Jr. and T.J. Jefferson, Lynch discussed the November 2018 SmackDown invasion of RAW segment where a punch from Nia Jax left her with a broken nose and a concussion.

She calls the accident pure fate as the images of a bloodied Becky Lynch standing tall in the arena transformed The Man into an unbreakable antihero. She acknowledged that without Jax’s punch, she likely would not have been in the first-ever all-women’s WrestleMania main event in the history of WWE, let alone win it all.

“I have no recollection. I have little bits of a recollection. But none of that was my doing. That was all Nia. Thanks, Nia. No, really, honest to God. It’s one of those things, like, you never plan these things, but it’s fate, destiny. If that didn’t happen, maybe I don’t… if that doesn’t happen, I don’t get to the main event of WrestleMania, honestly, and that’s all thanks to Nia, and of course she felt terrible about it. But it was the best thing that could have ever happened to me at that time, you know? So, thanks,” said Becky Lynch.

Exclusive 100th Episode interview with "The Man" Becky Lynch | No-Contest Wrestling

Becky Lynch is next in line to challenge Liv Morgan

The former Women’s Intercontinental Champion Becky Lynch is now in the Women’s World Championship picture. The feud is currently a three-way between the champion Liv Morgan and another challenger, Stephanie Vaquer.

Stephanie comes from a place where she was the champion right before Morgan and has also gotten a rematch. However, the way it was built, Vaquer could be getting some resistance from Lynch if it comes to that, and they could end up facing each other.

Later, Becky could go to Morgan for the Women’s World Title as a challenger without worrying about Vaquer.

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-becy-lynch-deems-best-thing-happened-wwe-due-nia-jax?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