”
], { 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);
});
});
})();
Since then, Rhea Ripley’s in-ring status has been up in the air and fans are concerned about her health. However, she recently made an appearance for WWE at the Fanatics Fest. A lookalike contest had been organised for her and Danhausen at the promotional event. Rhea was supposed to choose the winner from among the kids who dressed up like her. After the event, Rhea took to X to share an emotional message for all the kids.
“I cannot begin to explain how hard it was to pick a winner! 🥹 love all my little Rheas 🖤,” she wrote.
It’s always great to see superstars interact with young fans at events like these.
Rhea Ripley recently shared an update about her injury
Amidst her absence from the ring, Rhea made an appearance at Power Slap 21. During her appearance, she had an interview with Nina-Maria Daniels where she discussed her injury. She revealed that she had suffered a slight tear in her meniscus.
“I am. I’m [injured], sorry, I’m, unfortunately… I hurt my knee. I’ve got a slight tear in my meniscus so it’s just healing. It’s getting there. It’s getting stronger. But I can’t bend it right now, so I kind of need it to bend, guys; I don’t know. I tore it in a really weird spot, so it’s kind of a little bit up in the air, with just like how fast my body recovers. But I’ve been out for just over a month and one week. It feels better, but it still starts to hurt and throb. It gets tired. I can’t get up or bend down really slow, so I kind of move side to side while crouching so it sucks. We will see how it goes.”
Fans are hoping that Rhea Ripley can heal quickly and make her return to the squared circle.
`;
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-i-begin-explain-hard-was-rhea-ripley-emotional-huge-wwe-appearance-sends-message?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













