”
], { 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);
});
});
})();
The rivalry between CM Punk and Roman Reigns has already become very personal. Punk recently referenced Reigns’ deceased father, Sika Anoa’i, and it prompted The Usos to confront the World Heavyweight Champion last week on RAW.
The World Tag Team Champions wanted Punk to apologize, but he refused, and Jimmy Uso decided to punch him in the face. The Second City Saint is also scheduled to appear on WWE RAW, and it was reported earlier today that Brock Lesnar would be kicking off tonight’s show.
WWE legend reacts to CM Punk’s comment about Roman Reigns’ father
Wrestling veteran Bully Ray shared his thoughts on CM Punk’s reference to Roman Reigns’ father.
Speaking on Busted Open Radio, the Hall of Famer shared that if he and D-Von Dudley were in the same situation as The Usos, they would have attacked Punk. Bully Ray added that the iconic tag team may have gone into business for themselves due to an emotional reaction to the comment.
“I’m trying to put myself in The Usos’ shoes. If Punk was talking about Big Dick Dudley to me and D-Von like that, remember folks, we’re talking about characters, but we’re also talking about real-life people. We would have killed him. Maybe went into business for ourselves. That’s how much I wanted to see The Usos beat up Punk,” Bully said.
Reigns hasn’t competed in a match since winning the Men’s Royal Rumble on January 31, 2026. It will be interesting to see what The OTC has to say tonight on WWE RAW and if he will be confronted by CM Punk ahead of their World Heavyweight Championship match at WrestleMania 42.
`;
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/rumor-roman-reigns-wwe-raw-plans-revealed-reports?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













