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

So when Nikki Bella announced at WrestleMania 42 that she wouldn’t be competing, she revealed that a WWE fan, a young girl, cried her eyes out. She called it “devastating” and then revealed the awkwardness of the sound system echoing:

“That literally broke my heart. That was devastating. The feedback on the mic…every time I said a word, the word was already back at me. So it was like me talking to myself. Like, why did nobody tell me it was like this? It was so hard to even say those three sentences so in my ears, it sounded like I was interrupting myself.”

You can watch the full video below:

WrestleMania 42 Recap Pt 2 | The Nikki & Brie Show

Nikki Bella revealed the timeline for her return.

Nikki Bella isn’t going to be doing the whole freebird rule with Brie Bella and Paige as Tag Team Champions. She might likely accompany them at ringside, but overall, it looks like she is going to be out of action for atleast a couple of months, and a long estimate is three months.

Speaking on the recap episode, this is what Nikki had to say about when she will return to the ring:

“Right now, we’re thinking it’s six to eight weeks. But if it’s 3 months, it’s 3 months because I have the rest of my life to chase Matteo on soccer fields and do all the things without being in pain. I’m not in my 30s anymore. I’m not in my 20s anymore. I’m not going to come back quick to gain a moment. The moment’s passed. There’s going to be other moments. This is a journey life. God did this for a reason,” Nikki said.

Nikki also confirmed that once she comes back, this will be her final stint in the ring. Both she and her sister will be wrapping up their in-ring careers with this 2026 run – joining John Cena, AJ Styles, and possibly even Brock Lesnar as the legends to call it quits to their careers in 12 months.

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-literally-broke-heart-nikki-bella-reveals-touching-moment-happened-off-camera-wrestlemania-42?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