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

Alba Fyre was seen in WWE as a fierce competitor with a dark edge. Her unique style had made her stand out in the women’s division. Before WWE, she built a strong reputation on the independent scene and in promotions like Insane Championship Wrestling, TNA and World of Sport Wrestling, where she showcased an intense style. In the Stamford-based promotion, she was the Women’s Tag Team champion with Isla Dawn once, as well as earning the NXT Women’s Tag Team championship with Dawn and the NXT UK Women’s title.

As of now, it is unclear whether Alba Fyre was released or if her contract expired.

Nikki Cross has also confirmed her departure from WWE

Along with Alba Fyre, Nikki Cross has also parted ways with the company.

Cross was last seen as a member of the Wyatt Sicks, playing the role of Abby the Witch. Her last match was in 2024, and since then she has not been seen in the ring.

After her departure from the brand, Nikki Cross took to X to share a farewell message. She wrote about being excited for the future, implying that she was not done with pro wrestling. She also mentioned the women’s division in the company.

“Goodbye and Thank you WWE. I’m really excited for whatever my next chapter will hold. Thank you all for the continued love and support. Special thank you to Robbie Brookside and William Regal for helping this dream come true. Thank you to the wrestlers, coaches, producers and all the backstage crew who make all this possible. To the amazing girls in locker room ❤️,” she wrote.

For now, it remains to be seen what is next for Nikki Cross and Alba Fyre down the line.

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/rumor-3-time-champion-departs-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

Leave A Reply

Exit mobile version