], { 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 Pirate Princess took to social media today to address the speculation about her release and the reports that she was cut because she wanted to move back to Japan. The former champion stated that she had never walked away and that she loved wrestling.

“What I can say is I know there’s been a lot of speculation, but I truly love this work, my teammates, and my fans. I’ve never walked away, and I’ve given my all in everything I do. I hope you’re all doing well ❤️,” she wrote.

Kairi Sane and Asuka were known as The Kabuki Warriors as a tag team. The duo lost the Women’s Tag Team Championships to Rhea Ripley and IYO SKY on the January 12, 2026, edition of WWE RAW.

WWE star pays tribute to Kairi Sane

IYO SKY shared a heartfelt tribute to Kairi Sane following her surprising departure from the company.

The Genius of the Sky took to social media to praise Sane and noted that she was sad she wouldn’t be traveling with her anymore. However, Sky added that whatever the 37-year-old does next would be amazing.

“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,” wrote SKY.

選手として人生やキャリアを考える上で誰しもいつかは分岐点が来るのは理解しているけども、それが突然のタイミングにおとずれてしまったことを私は寂しく思います💔 カイリはパフォーマーとしてもひとりの人間としても、ほんとに同僚みんなに愛されていました。

IYO SKY, Kairi Sane, Asuka, Bayley, and Dakota Kai used to be members of the popular Damage CTRL faction. It will be interesting to see what lies ahead for Sane following her departure from WWE.

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-there-s-lot-speculation-kairi-sane-opens-wwe-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

Leave A Reply

Exit mobile version