”
], { 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);
});
});
})();
During a recent interview with Yahoo!, the WWE star reflected on her biggest “what if” moment. She said that if Tegan Nox hadn’t gotten injured in their match, she might not have made it to where she is today.
“My biggest, ‘what if’ would have to be what if Tegan Nox didn’t get injured? That’s my big one, because if that didn’t happen, I don’t know if Rhea Ripley would be here..” [H/T Yahoo!]
Rhea Ripley predicted a massive future for The Vision
The Vision has been a dominant group on RAW. This faction has destroyed everybody in their path. The group contains some of the biggest rising stars in the company. Therefore, even Rhea Ripley has a massive prediction for them.
During the same interview, the former Women’s World Champion reflected on when she made the cover of the WWE 2K24 video game. When asked about who could be future cover stars, Mami named Austin Theory, Bron Breakker, and Bronson Reed. She even stated that The Vision could find themselves on the cover as a group.
“I know he just came back, but Austin Theory is such an amazing athlete and he’s so good at what we do in this profession. So I’d like to see him on a cover at some point, I think that would be awesome. And then you see someone like even Bron Breakker, like the athleticism that man has is nuts. Literally he flies through the air, tackles someone and keeps flying. I don’t know how that is a thing, I just don’t know how it’s physically possible. And with The Vision and how that’s all going with Bronson [Reed] in there too — I can see something happening with all that and maybe the whole group being on the cover as well, just like The Bloodline was. That could be really cool. So maybe those guys.” [H/T Yahoo!]
Rhea Ripley will be competing in the Women’s Royal Rumble match this weekend.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-credits-success-former-wwe-star-s-injury?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


