], { 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 42-year-old took to her Instagram story following the loss and suggested that she suffered an injury to her face during Vaquer’s move. She also revealed that she might get in touch with Becky Lynch’s lawyer.

“Yes she is! You should see my face today! @stephanie.vaquer I may need @beckylynchwwe lawyer!” she wrote.

Bella also stated that she wanted a rematch for the Women’s World Championship after her face healed.

“I want a rematch. When my face heals this week I will be more than ready! Her foot?! The ref! That match was mine. That title is mine,” she wrote.

You can check out her messages in the image below:

Bella turned heel last month on WWE RAW and betrayed Stephanie Vaquer to begin their rivalry.

Nikki Bella comments on her future following WWE Survivor Series

WWE Superstar Nikki Bella provided an update on her future following her loss to Women’s World Champion Stephanie Vaquer at Survivor Series 2025.

The promotion recently shared a video featuring Bella backstage after the loss. She noted that despite the setback at Survivor Series, she was not going anywhere, and wrestling fans had not seen the last of her.

“Of course you want a comment. You know what happened out there? I lost. But let me tell you something, this isn’t the last of Nikki Bella. You got that? It’s not the last,” Bella said.

Only time will tell what the future holds for Fearless Nikki in the company after she failed to capture the Women’s World Championship from Stephanie 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-nikki-bella-shares-injury-wargames-claims-may-need-lawyer?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