”
], { 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);
});
});
})();
“It’s not like I’m trying to reenact an MMA character, for example. It’s not like some people are like, ‘Oh, she’s just trying to be like Ronda Rousey.’ It’s like, no, I love Ronda, and I think Ronda did really cool work in WWE, but I feel like my character is still evolving and growing,” she said. (H/T: Ringside News)
Ronda Rousey returned to the world of MMA in May and defeated Gina Carano in a bout for Most Valuable Promotions on Netflix. The legend also made a surprise appearance at AEW Revolution earlier this year.
Ronda Rousey reveals why she prefers AEW to WWE
Ronda Rousey shared why she enjoyed All Elite Wrestling more than WWE following her appearance at Revolution 2026.
Speaking with Complex, Rousey noted that she asked Marina Shafir if she could be on the show to help promote her MMA bout. The 39-year-old shared that she preferred AEW because it wasn’t PG, and she was free to do what she wanted.
“I asked Marina, ‘Hey, is AEW going to be in town while I’m promoting this fight? Because I’d love to do, like, a run-in or something and help you out.’ One thing I really love about AEW is that it’s not PG like WWE. So I can walk in there and flick everybody off and walk out and laugh with my best friend and have a great time, and I didn’t feel as edited as before. So it was a good time.” [H/T- @TheDrainmaker on X]
It will be fascinating to see what the company has planned for Natalya’s character moving forward.
`;
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-former-wwe-champion-rejects-ronda-rousey-comparison?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













