”
], { 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);
});
});
})();
On X, SKY noted that yesterday was a really tough day, as she sent her heartfelt love for the aforementioned released WWE Superstars.
“Yesterday was a really tough day. I want to send them my heartfelt thanks and love. My kind and wonderful friends. @WWENikkiCross @ZelinaVegaWWE @KLR_KayLeeRay @ZoeyStarkWWE. I’m going to miss you all,” wrote SKY.
Check out SKY’s post on X:
IYO SKY opened up about Kairi Sane’s WWE exit
IYO SKY penned an emotional message after Kairi Sane also departed the WWE. She was among several superstars released by the company. Sane and SKY were stablemates in Damage CTRL. Sane became a part of the group after helping SKY retain the WWE Women’s Championship at Crown Jewel 2023.
On X, The Genius of the IYO SKY wrote:
“I understand that everyone, as an athlete, eventually faces a turning point when thinking about their life and career, but I feel so heartbroken that it came at such an unexpected time. Kairi was truly loved by all her colleagues, not just as a performer but as a person. She was kinder than anyone, a little airheaded in the most endearing way, funny, charming, and my proud best friend. A comrade-in-arms who faced countless hardships in America, shed so many tears, and grew together with me. It’s so hard to accept that Kairi won’t be in the passenger seat of the rental car anymore, but… I’m absolutely certain that with her innate talent and the incredible knowledge and experience she’s gained in WWE, Kairi’s new journey will be something truly amazing. From the bottom of my heart, I wish for my beloved Kairi’s success and happiness. I love you so much Kairi. We’ll be best friends forever and always,”
SKY and Sane were part of a storyline, alongside Asuka. However, the storyline has now lost a key component following Sane’s departure.
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-iyo-sky-sends-heartfelt-message-several-released-wwe-superstars?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


