”
], { 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);
});
});
})();
Her impressive run has also seen her win the Women’s Royal Rumble and headline WrestleMania. She has done it all and won it all, well, almost anyway.
During an appearance on What’s Your Story? With Steph McMahon, the 39-year-old star talked about how she is confident in her ability at this stage of her career and is open to any creative decisions. Becky Lynch then talked about how she got this place and revealed she still has one goal remaining in WWE—winning the Money in the Bank briefcase.
“It’s every goal that I wanted to take off the list I have, bar one, just a silly one, not that it’s silly. I want the Money in the Bank briefcase. I want the power. And especially this character with the Money in the Bank briefcase,” she said.
She then explained that fans would hate for that to happen since they would want somebody young to win the briefcase and she would love to rub it in their faces.
“Everybody would hate it so much because they wanted it to go to somebody younger, somebody up and coming, somebody who’s never been a champion before, and arrgghh. F*cking just love that in everybody’s face and have all the champions fear me. Oh, the power, you know,” she added.
Lynch’s obnoxious heel character has gotten under the skin of her opponents and fans, and she has thrived in the role.
Becky Lynch lost the Women’s Intercontinental title at Clash in Italy
Becky Lynch has become synonymous with the Women’s Intercontinental championship, having won the title three times. At Clash in Italy, she put her title on the line against Sol Ruca.
After escaping with the championship at Saturday Night’s Main Event via a disqualification, Big Time Becks had her work cut out in Turin. An exciting contest saw Ruca counter the Manhandle Slam at the end and hit a Sol Snatcher to win the Intercontinental championship.
Now, it remains to be seen what direction Becky Lynch takes next after losing the title.
If you use quotes from this article, please credit What’s Your Story? With Steph McMahon and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-everybody-hate-it-becky-lynch-reveals-one-thing-still-wants-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













