”
], { 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);
});
});
})();
AJ Styles will be putting his career on the line in a singles match against Gunther at the PLE this weekend. The Phenomenal One challenged CM Punk for the World Heavyweight Championship last night on RAW, but Finn Balor interfered in the match.
Sami Zayn won a Fatal 4-Way match over the weekend at Saturday Night’s Main Event and will be challenging Drew McIntyre for the Undisputed WWE Championship at Royal Rumble 2026. The winners of the Men’s and Women’s Royal Rumble matches will go on to challenge for a major title at WrestleMania 42 later this year in Las Vegas.
Former WWE star praises Drew McIntyre ahead of the Royal Rumble
Wrestling veteran David Otunga complimented Drew McIntyre as a performer and claimed that he had mastered his character on WWE television.
Speaking on TMZ’s Inside the Ring podcast, David Otunga noted that The Scottish Warrior was using real-life frustration in his character, and it has added a lot to his presentation.
“I think it’s great. He’s one of my favorite characters. He’s such a, just a nice guy, too. … But I love his character, and I feel like part of it that’s made him so good like this past year is that frustration. That’s real frustration, and he’s bringing that into his character. It’s always the best when like you blur the lines between reality and storyline and right now, Drew is doing that masterfully,” Otunga said.
Jey Uso and Charlotte Flair won the Men’s and Women’s Royal Rumble matches last year. It will be fascinating to see which stars emerge victorious at the PLE this year and earn a title match at WrestleMania.
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-watch-new-look-wwe-s-elaborate-setup-royal-rumble-2026?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


