], { 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 an interview with Yahoo!, Rhea recalled being on the cover of the WWE 2K24 video game. When she spoke about future 2K cover stars, she mentioned the names of Austin Theory, Bron Breakker, and Bronson Reed. She also said that The Vision could also make 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 commented on making the cover of WWE 2K24

One of Rhea Ripley’s biggest milestones in her career was when she made the cover of the WWE 2K24 video game, along with Bianca Belair. She has now reflected on this moment.

During the same interview, Mami said that being on the cover means that her hard work throughout the year has been recognized.

“It’s like how hard you’ve worked throughout the year has been noticed and appreciated, and it’s taken to that higher height where now everyone’s going to see your face whenever they go into a Target or a gaming store. You’re going to be everywhere.” [H/T Yahoo!]

Rhea will compete in the women’s Royal Rumble match this weekend.

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-predicts-massive-future-the-vision?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