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

In her YouTube vlog titled Still Fearless: Ep. 1 The Surgery | Nikki Bella, the WWE legend talked about making a huge comeback from her ankle injury in the coming months. She mentioned that she would make “one hell of a story” out of her setback, but feared she wouldn’t have a WrestleMania moment in the future.

Nikki added that she would do everything to have a great comeback story. She then teased her in-ring retirement by saying that after this, she would “just peace out.”

“Look, the one thing that I’ve realised in my life is I’m like the comeback kid. Like, for some reason, sh*t happens to me, and I make it one hell of a comeback story. So, I’m gonna be down for a bit, but I’m gonna make this one hell of a story. I might not ever have a WrestleMania moment, s*cks, but it’s fine. But I’ll have some other moment. Maybe SummerSlam, maybe it’s a random Monday Night RAW or Friday Night SmackDown, but I will make something of this. I’ll have a great story and then I’ll just peace out,” she said.

Check out her vlog below:

Still Fearless: Ep. 1 The Surgery | Nikki Bella Vlog

Nikki Bella wants to become a General Manager in WWE after retirement

During a recent edition of The Nikki & Brie Show, Nikki Bella expressed her desire to become a General Manager in WWE after her in-ring retirement. She specifically mentioned that she wants to become an authority figure on Monday Night RAW.

“What I love about this one, I can do this, not being in the ring. There was a lot of talk about it on X, like, should they change the general managers? I would love to be a general manager at one point. After in-ring stuff, I’d love at some point to be a general manager for RAW. When I saw all that talk, and someone put me as the GM for RAW, I was like, ‘I like that. I actually like that,'” Nikki said.

It remains to be seen what WWE legend Nikki Bella has planned for her future in the professional wrestling world.


Please credit Nikki and Brie’s YouTube and give an H/T to Sportskeeda Wrestling if you use quotes from the first half of this article.

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-i-might-ever-wrestlemania-moment-wwe-legend-drops-retirement-bombshell?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