”
], { 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);
});
});
})();
During a recent interview with Denise Salcedo, SKY detailed her long history with Rhea Ripley. She mentioned how the two stars made it through developmental together.
“We’ve been friends since I joined NXT, which is 2018. Now it’s 2026, and it’s been eight years. She’s always been next to me, even in front of me, like against also as a tag team. We had so much history in NXT, and that’s why we are here, why not? We’re friends, we could be friends in the ring too.”
IYO SKY added that the two stars knew and respected each other’s abilities in the ring. She revealed that Rhea was physically well-conditioned and would get back up even after some stiff shots from IYO, and she would do the same.
“I respect her. Also, she’s strong, and she’s always in good condition. She’s an amazing wrestler. I trust her. And maybe she trusted me, my wrestling ability, or something like that. As a wrestler, I hit her strong, I know, she’ll get up. And she knows I’ll get up even if she hits me strong. That’s why we make great chemistry in the ring.”
IYO SKY and Rhea Ripley were in action on RAW
This past week on RAW, the Women’s Tag Team Champions teamed up with the Women’s World Champion Stephanie Vaquer to take on the Judgment Day in a six-woman tag team match.
The chaotic matchup was filled with nearfalls as momentum swayed from one team to another. However, Rhea Ripley won the match with a Riptide on Liv Morgan.
The Women’s Tag Team Champions will soon face Lash Legend and Nia Jax, who became the number one contenders after winning a triple threat match on SmackDown last week.
`;
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-wwe-star-iyo-sky-reveals-truth-real-life-relationship-rhea-ripley?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













