”
], { 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);
});
});
})();
During a recent appearance on The Nikki & Brie Show, The Man opened up about her success and shared an interesting detail from her early career. While discussing some key moments, she mentioned how she made it through her WWE tryouts.
She revealed that she constantly played the lyrics of rapper Eminem’s Lose Yourself in her mind. Lynch said she does it anytime she wants to move forward to something.
“When I was doing my tryout and kind of just any time I’ve been coming up at all or wanting to progress, it’s so embarrassing, but I just sing ‘Lose Yourself.’ That’s the Eminem song. I just have it on repeat in my head. Do not miss your chance. You got to give it all you got,” she confessed.
Lynch then detailed that while going through different sessions during her tryout, she kept repeating the song in her head.
“In my tryout, like, I would just, you know, when you’re like going around the circle like that and you’re doing the grape squishers and you’re doing the drop downs. I would just keep singing that. Keep singing it in my head,” she added.
Becky Lynch made bold claim about AJ Lee’s WWE return
Becky Lynch has been feuding with AJ Lee ever since the Geek Goddess made her surprise WWE return last year.
Lee has gotten the better of Big Time Becks on several occasions and even beat her for the Intercontinental championship at Elimination Chamber in February. The two stars are now set to face each other for the title at WrestleMania 42.
During The Nikki & Brie Show, Lynch said that she is looking forward to beating Lee and claimed that nobody wanted to see her back in WWE.
“I’m excited to beat the bejesus out of AJ Lee. Absolute joke. Send her packing. Nobody wanted her back. Nobody wanted her back,” Lynch said.
The Man will be hoping for a turn in fortunes when she steps in the ring against her nemesis one more time in Las Vegas.
If you use quotes from this article, please credit The Nikki & Brie Show 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-female-wwe-star-reveals-embarrassing-secret?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













