], { 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);
});
});
})();

Moreover, the elimination didn’t sit well with many, as it occurred during Jey Uso’s entrance, which took the spotlight away from the Universal Champion. According to Dave Meltzer on the Wrestling Observer Newsletter (WON), there was a reason behind Lesnar’s elimination.

Full Roman Reigns Royal Rumble 2026 highlights: Jan. 31, 2026

The insider stated the management wanted to keep Roman Reigns away from Brock Lesnar, which is why the two never interacted in the gimmick match, and The Beast Incarnate was eliminated before The Original Tribal Chief arrived in the said match.


Roman Reigns made his pick for WrestleMania 42 on WWE RAW

After winning the Royal Rumble match in Riyadh for the second time, Roman Reigns appeared on Monday Night RAW. The Original Tribal Chief had a heated segment with the World Heavyweight Champion, CM Punk. The two addressed their past issues and threw shade at each other.

In the end, the Men’s Grand Slam Champion confirmed his pick and chose CM Punk for WrestleMania 42 in Nevada. Last year, Punk, Reigns, and Seth Rollins were in a Triple Threat match. While The Visionary is currently on a hiatus, the belief is that he’ll be back in time to face Bron Breakker at the event.

This is the first time Roman Reigns will go after the World Heavyweight Championship, as he was busy ruling the blue brand as the Undisputed WWE Champion when the title was brought back on the red brand in 2023. It’ll be interesting to see which star leaves the event with a prestigious title.

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/rumor-wwe-kept-major-name-away-roman-reigns-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

Leave A Reply

Exit mobile version