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

“RHIYO keeps ducking us…And we all KNOW WHY,” wrote Bayley.

Rhea Ripley responded with a meme of the reverse Uno card, suggesting that it was Bayley and Valkyria who were running away from them.

Ripley and SKY captured the Women’s Tag Team Championships by defeating The Kabuki Warriors (Asuka and Kairi Sane) on the January 5, 2026, episode of RAW.

Rhea Ripley pitches dream match against a male WWE star

Rhea Ripley recently pitched a dream match against a popular male WWE Superstar.

Speaking with GQSports, Ripley was asked to name her dream intergender match. The Eradicator noted that she would love to beat up Dominik Mysterio again, then revealed that it has always been her dream to have a match against Randy Orton. She added that fans have wanted to see her get hit with an RKO for a while, and now that is possible in WWE 2K26.

“Obviously I would love to put belts to a**es against Dominik Mysterio again, but if not him then I will let everyone live out their wildest dreams and I would love to face Randy Orton. Because everyone wants to see me get RKO’d for some reason and it didn’t happen before so, maybe we can live that out in the game,” said Ripley.

That time Randy Orton tried making Rhea Ripley flinch, and she didn’t even move 😂

Bayley and Lyra Valkyria have been trying to get RAW General Manager Adam Pearce to recognize them as an official tag team for a while now. It will be interesting to see what WWE has planned for Rhiyo on the road to WrestleMania 42.

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-rhea-ripley-fires-back-major-wwe-star-claims-dodging?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