”
], { 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);
});
});
})();
Many stars, including The Original Tribal Chief, were once die-hard fans of the female icon in the industry and had a crush on her. Speaking on What’s Your Story? with Steph McMahon, the multi-time Women’s Champion acknowledged Reigns’ actions from the past when he wasn’t a competitor in the industry. Moreover, she stated she doesn’t mind being people’s first crush.
“This is a well-known thing. I’m aware of this… I don’t mind being people’s first crush. I don’t mind,” Stratus said.
Roman Reigns picked his opponent for WrestleMania 42
Last month, Roman Reigns announced his official entry into the Men’s Royal Rumble match in Riyadh. After multiple losses in 2025, The Original Tribal Chief shifted his focus to the gimmick match heading into WrestleMania 42 in Las Vegas, Nevada.
The Men’s Grand Slam Champion entered the match in the final stages of the gimmick match. In the end, he eliminated Gunther and won the Royal Rumble match for the second time. On the latest edition of Monday Night RAW, Roman Reigns made his pick.
The Original Tribal Chief met CM Punk, and the two went at each other on the mic. In the final moments, Reigns picked Punk and the World Heavyweight Championship for WrestleMania 42 in Nevada. It’ll be interesting to see if Reigns can capture the World Heavyweight Championship at the event.
If you use quotes from the article, please credit What’s Your Story? with Steph McMahon and provide an H/T to Sportskeeda Wrestling for the transcription.
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-roman-reigns-real-life-crush-acknowledges-past-actions?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


