”
], { 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 moment came after EVE star Molly Spartan issued an open challenge to any former WWE champion. The crowd was initially faked out when wrestler Abi Cartwright walked out in a parody gimmick named “Abi Fyre.” However, the arena erupted into massive cheers moments later when the real Kay Lee Ray emerged.
The 33-year-old put on an incredible performance, ultimately securing the win by hitting a Swanton Bomb on Spartan.
Alba Fyre was a member of The Secret Hervice alongside Chelsea Green and Piper Niven. She was released by WWE on 24 April 2026, ending her seven-year tenure with the company.
Her final appearance in WWE came on April 16 against NXT Women’s North American Champion Tatum Paxley.
Major AEW star reacted to the return of former WWE star Alba Fyre
AEW star Will Ospreay announced the highly anticipated return of Kay Lee Ray on social media. The Aerial Assassin serves as the producer and creative executive for EVE.
Following Ray’s appearance, Ospreay took to X to celebrate her return, sharing crowd footage of her entrance with the emphatic statement:
“She’s f****** back KAY LEE RAY @ProWrestlingEVE @KLR_KayLeeRay,” Ospreay wrote.
You can check out the tweet here.
Kay Lee Ray held the EVE Championship for 113 days in 2019, so this was not just any independent return; it was a return to the place where she built her name.
The star is already booked for EVE’s July 3 show in London, where she will face Rhio in a number one contender’s match for Miyu Yamashita’s EVE International Championship.
It will be interesting to see what’s next for her and if she wins the championship anytime soon.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-former-wwe-champion-makes-unexpected-return-release?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



