”
], { 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 the latest episode of Zelina Vega and Dakota Kai’s Zelvx and Charlie Girl podcast, SKY’s former Damage CTRL member noted that she has myopia, more commonly known as nearsightedness.
Kai mentioned that while she also suffers from it, her condition isn’t as bad as SKY’s. She revealed that the former Women’s World Champion’s vision is at a staggering minus 12.
“So basically how it works is you get a number, right? Mine’s like -1, which is not large in the scheme of things. IYO told me one time that hers is -12, and I was looking at her like, ‘I think that’s blind,’” she said.
The numbers Kai mentioned are the same ones commonly found on eyeglass prescriptions. A value of -1 indicates mild nearsightedness, whereas -12 represents a much more severe level of myopia.
This makes SKY’s in-ring performances and high-flying action all the more impressive.
Kai mentioned that IYO SKY wears contacts, but she once lost them in the ring and panicked.
“One time, she did tell me one of them flew out during a match, and she was freaking the f*ck out. Because I think she literally is kind of blind without the contact,” she added.
IYO SKY has a big week ahead of her in WWE
IYO SKY has a big week ahead of her in WWE. The 35-year-old will be part of two high-profile matches in the coming week.
On RAW, she will take on Raquel Rodriguez and Kairi Sane in a Triple Threat Elimination Chamber qualifying match. The winner of this match will fill the final spot in the women’s Chamber match. Notably, SKY’s tag team partner, Rhea Ripley, has already qualified for the contest.
Then on SmackDown, RHIYO will defend the Women’s Tag Team Championship against Nia Jax and Lash Legend. It will be interesting to see if IYO SKY can pull off two massive wins next week.
If you use quotes from this article, please credit the Zelvx and Charlie Girl podcast and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-goat-for-a-reason-shocking-iyo-sky-revelation-made-by-former-partner?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













