”
], { 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);
});
});
})();
She recently spoke on her Too Much Information podcast and had a discussion about Bra & Panties matches. The former WWE star stated that a potential match between Rhea Ripley and Liv Morgan with that stipulation would bring in a lot of fans to the show.
“I think that would put a**es in seats. Everyone would be in uproar and cannot wait to see the fight,” she said.
Both Rhea Ripley and Liv Morgan are among the top female stars in the WWE. It will be interesting to see if the promotion will ever book them in a match like this against each other.
Rhea Ripley is set to challenge for the WWE Women’s Championship at WrestleMania 42
After winning the Women’s World Tag Team titles with IYO SKY and losing them after a few weeks, Rhea is back in the singles division. She won the 2026 Women’s Elimination Chamber match and is now set to challenge Jade Cargill for her WWE Women’s Title at WrestleMania 42.
Ever since she joined WWE back in 2024, Jade has been trying to establish herself as the top singles star in the company. She is a former Women’s World Tag Team Champion and won the 2025 Queen of the Ring Tournament. She became the WWE Women’s Champion in November last year after beating Tiffany Stratton.
Fans are excited to see who will leave Las Vegas with the gold when these two women collide.
`;
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-would-put-a-es-in-seats-rhea-ripley-bra-panties-match-gets-former-wwe-star-s-endorsement?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













