”
], { 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 on the Cheap Heat podcast with Peter Rosenberg, WWE star Becky Lynch took a subtle dig at Roman Reigns. She drew attention to Reigns’ schedule, claiming that fans often don’t criticise the megastar for not showing up. She detailed that Roman is barely around, and whenever he shows up, fans go crazy for him. However, she felt they do not acknowledge The Man for making it to all the weekly TV shows and getting into the ring with formidable competitors.
“But, you don’t do that with Roman. In fact, Roman comes out. He’s never around. He comes out, everybody goes, oh, yay. Not me. I’m around all the time. All the time. All the time. Making the towns, getting in the ring with everybody.” [H/T Ringside News]
Roman Reigns was on RAW last week
This year, Roman reigns created history as he won the 2026 Royal Rumble. On the following episode of RAW, he decided to challenge CM Punk for the World Heavyweight Championship at WrestleMania.
Over the last few weeks, the rivalry between the two stars has heated up. Punk insulted Reigns and the rest of the Bloodline by calling out his dead father Sika, and refusing to apologize for his actions.
This past week on RAW, Jey Uso once again confronted the champ for his words. It was all out chaos as Jimmy Uso and Roman Reigns also came out to the ring. Amid the confusion, Reigns laid out Punk with a Superman Punch followed by a Spear. The OTC was unhinged as he even Powebombed the champion through the announce table.
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-top-female-wwe-star-takes-dig-roman-reigns-ahead-wrestlemania-but-roman?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


