”
], { 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);
});
});
})();
She has been out for ten months now, but she provided an update on Twitter/X by saying that the secret is to stay prepared as success can be found at the intersection between preparation and opportunity. What’s interesting is that you can see her walking her two dogs in the photo, and there’s no knee brace, which is a massively positive sign that she is close or closer to recovery.
Rhea Ripley just stumbled into a huge roadblock on the road to WrestleMania 42
Rhea Ripley found herself on the receiving end of a beatdown on SmackDown just as she thought her WrestleMania 42 opponent, Jade Cargill, was running away from her.
This past week on SmackDown, WWE Women’s Champion Jade Cargill called Rhea Ripley out directly, and The Eradicator was as confident as ever, seemingly standing tall after inviting Cargill to go at it with her, only for the Champion to walk away as she wanted to do it in her time. However, as Cargill was exiting the ring, her two recent enemies, Michin and B-Fab, seemed to confront her and push her back, much to Ripley’s amusement.
The expression on the Australian star’s face changed in an instant when Michin and B-Fab walked past Cargill, making it clear that they were now aligned with her instead of on the opposite end. We’ve seen snippets of Cargill conversing with B-Fab backstage on SmackDown, but Michin being added to the group was rather unexpected. Either way, the kendo stick shot and the numbers game ensured that Jade Cargill could get one over Ripley, sending her crashing face-first and standing tall for the first tme during their rivalry.
With a little under a month left to go for their blockbuster clash, Ripley is going to have to face two more obstacles. Don’t be surprised to see her booked in matches against Michin, B-Fab, or even both as WrestleMania 42 comes closer.
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-32-year-old-wwe-star-provides-huge-injury-update-10-months-devastating-moment-raw-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


