”
], { 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);
});
});
})();
In a shocking twist, however, WWE might be forced to strip Rhea Ripley of her WWE Women’s Championship as Mami is reportedly injured. On the post-Clash in Italy Friday Night SmackDown, Mami appeared with a brace around her right knee and admitted that she was banged up from the war against Cargill.
Later on the same show, General Manager Nick Aldis also revealed that Mami was in no condition to compete on the show, which hints that Rhea’s injury may be serious, and her vacating the title could be a possibility.
Ripley was in a similar situation in April 2024, when she was forced to vacate her Women’s World Championship after sustaining a shoulder injury. If the ex-Judgment Day member has to vacate her strap once again due to injury, it would shake the entire trajectory of SmackDown’s women’s division.
However, the angle proposed above is hypothetical, and nothing has been confirmed as of now.
The 29-year-old star talked about her WWE Royal Rumble botch
In an interview with ESPN, The Nightmare opened up about the moment her entire push was almost ruined as she almost ended up botching her winning spot at Royal Rumble 2023, as her palms were sweaty.
Here’s what she said:
“I managed to get to the last three, and by then, I was so sweaty. My hands were wet and slipped. As soon as I grabbed the top rope, I was like, ‘Do not let go. For the love of God, through all the weights that you’ve picked up while being sweaty, this is the one you can’t drop.’ Very close. Very close. I was scared.”
That being said, it will be interesting to see how things unfold with Ripley and whether she actually needs to vacate her title due to her injury. Only time will tell.
`;
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/wwe-strip-rhea-ripley-women-s-championship-ahead-night-champions-exploring-possibility?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













