”
], { 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);
});
});
})();
However, a report from Wrestlevotes on Fightful Select noted that there was an internal push for Rhea Ripley to take the ample time to recover fully, rather than rushing her return for SummerSlam. The report also claimed that the Stamford-based promotion believed Ripley would be fully cleared for the ring by fall.
Rhea Ripley has previously spoken about her injury keeping her away from WWE
Rhea Ripley has commented on her absence, claiming that there is no timeline for her return as of yet.
Speaking to Nina-Maria Daniele in an interview, the WWE star noted that she had sustained a tear in her meniscus. She said:
“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.”
The 29-year-old SmackDown Superstar further added that she would continue to monitor how her body responds to her treatment, which would ultimately decide her return.
“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.”
For the time being, fans will simply have to wait and see when she comes back to WWE.
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/rumor-dissapointing-update-rhea-ripley-s-wwe-summerslam-return-report?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


