”
], { 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);
});
});
})();
At NOAH Magic Monday, Iwatani confirmed she would be vacating the GHC Women’s Title due to a fractured toe, which has kept her out of action since mid-April. The 33-year-old wrestler confirmed that she will aim to regain the title once she gets the green light to return to action.
“I really wanted to compete today, and I tried so hard to make it in time for WRESTLE MAGIC, but I have a fractured big toe, so I’m truly sorry… I will be relinquishing the GHC belt. It feels so bitter. I will definitely come back for this belt once I return! For now, just for a little while, we’ll have to say goodbye,” she said. [H/T: Fightful]
Former Women’s Champion IYO SKY opened up about her match with Mayu Iwatani
IYO SKY and Mayu Iwatani shared the ring at Marigold Grand Destiny 2025. The Genius of the Sky briefly spoke about the match and talked about using the Locomotion German Suplex.
The former WWE Superstar stated that she had to push herself beyond physical and mental limits to get past Iwatani.
“No, I don’t do them like that anymore. I haven’t done it even once in America, have I? Three consecutive German suplexes?; Mayu probably didn’t want to take it, so she might have resisted desperately, but I had no choice but to throw her! It became a match where I pushed myself beyond my physical and mental limits.”
Iwatani is best known for her tenure with World Wonder Ring Stardom. The 33-year-old held the Artist of Stardom Championship with SKY, formerly known as Io Shirai, and Takumi Iroha. Iwatani and SKY also held the Goddesses of Stardom Championship twice.
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-breaking-top-championship-vacated-wrestler-due-injury?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


