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

Following the exchange, IYO SKY posted a picture of herself covered in blue mist on X. The former Women’s World Champion seemed disgruntled after Asuka attacked her. Rhea Ripley reacted to the unfortunate development, asking her longtime ally to take out The Empress of Tomorrow at Backlash.

“Kick her a** @Iyo_SkyWWE,” Ripley wrote.

You can view Ripley’s post here.

On the RAW after WrestleMania 42, Rhea Ripley and IYO SKY defeated Asuka and Kairi Sane. It was later announced that SKY and the face-painted star will lock horns at Backlash on May 9, 2026. Since Mami is now focused on her Women’s Title reign on SmackDown, will SKY receive help from an unlikely ally in Tampa, Florida?


Kairi Sane could return during IYO SKY vs. Asuka at Backlash 2026

Kairi Sane was shockingly released from WWE following WrestleMania 42 despite being involved in the IYO SKY-Asuka rivalry. She even picked up a win over SKY in a singles match on the Road to ‘Mania. The Empress of Tomorrow and The Genius of the Sky were rumored to lock horns at The Showcase of the Immortals. However, the creative team didn’t book the duo to compete at WrestleMania.

Since Sane’s release, many fans have been demanding that the company rehire her. Bryan Alvarez of Figure Four Wrestling recently reported that many within WWE believed that The Pirate Princess could return at Backlash to at least conclude her program with Asuka and SKY.

A different report recently indicated that Kairi Sane had returned to Japan following her departure. Fans must stay tuned to find out if Sane shows up to possibly help SKY against The Empress of Tomorrow at Backlash.

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-rhea-ripley-reacts-unfortunate-incident-involving-iyo-sky-wwe-raw?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