”
], { 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, only ten days after her surgery, Rhea Ripley shared an update today on social media that she was back in the gym. The veteran shared a photo while at the gym with her cast on and crutches by her side. You can check out the popular star’s update in the image below.
Chelsea Green won a ladder match to become the interim WWE Women’s Champion at SummerSlam. She teamed up with Tiffany Stratton in a losing effort against Women’s Tag Team Champions Fatal Influence on the August 7 episode of SmackDown.
Green suffered a broken orbital bone during the match and had a conversation with SmackDown GM Nick Aldis this past Friday night. Aldis informed Green that she had thirty days to get cleared, or she would have to relinquish the title.
Popular WWE star names Rhea Ripley as her dream opponent
NXT star Zaria named Rhea Ripley as the opponent she would want to face at WrestleMania.
Speaking on Busted Open, the NXT North American Women’s Champion named Ripley as her dream opponent and noted that they have shared a similar career path so far. Ripley and Zaria are from Australia, and both spent time performing for Riot City Wrestling in the past.
“I feel like I don’t even need to say it. I think everybody knows what I’m gonna say, and that’s Rhea Ripley. We both come from the same city, the same country, and the same wrestling promotion. All the story’s just right there. WrestleMania moment, that’s it,” she said.
Only time will tell when Ripley will be cleared to return to action on WWE television.
`;
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-major-rhea-ripley-update-after-her-latest-injury-setback?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













