], { 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);
});
});
})();

The most intriguing part of Ripley’s stardom is that she is only 29 years old as of writing this piece, which means she still has many years ahead of her and could end up being in the GOAT conversation.

Rhea’s colleague has finally publicly confessed love for The Eradicator on social media.

The star in question is one-half of the WWE Women’s Tag Team Champions, Paige. The Scream Mode (Brie Bella & Paige) has been on a lifetime run as they have been the fighting champions.

The last time the tag titleholders were seen defending their titles was at Saturday Night’s Main Event.

Recently, Ripley praised the Anti-Diva, which caught Paige’s attention. The Anti-Diva responded with her own praise for Mami on X/Twitter and confessed her love for the Eradicator.

Here is what she wrote:

“Man I love Rhea. Shes someone who has the world in the palm of her hands and still remains the kindest, most humblest person I’ve come across. Goth queen,” she wrote.

Rhea Ripley is set to make her first WWE title defense

The 29-year-old SmackDown star captured the Women’s Championship at WrestleMania 42 after beating Jade Cargill clean.

However, the saga between Cargill and Ripley seems to be never-ending, as The Storm and her crew are still after the former Judgment Day member.

On the May 8th edition of Blue Brand, The Storm and her crew made their shocking return and targeted Rhea Ripley, Charlotte Flair, and Alexa Bliss.

This forced General Manager Nick Aldis to book a six-woman tag team match between Mami and Charlexa vs. Cargill, Michin, and B-Fab at Saturday Night’s Main Event.

The Storm is now preparing to challenge Mami for the Women’s Championship at Clash in Italy 2026.

Heading into the title bout, The Storm’s confidence may be at its peak, given that she captured a big win over Team Ripley at Saturday Night’s Main Event XLIV.

With the numbers game against The Eradicator, things are set to get messy in Italy. It will be interesting to see if Jade Cargill will walk out as the new WWE Women’s Champion.

Why did you not like this content?


`;
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-love-rhea-ripley-wwe-star-makes-honest-confession?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

Leave A Reply

Exit mobile version