”
], { 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);
});
});
})();
However, with this year’s event scheduled overseas on a different continent, pulling this off could be a challenge for Triple H and his team. Former WWE announcer Jonathan Coachman also raised a concern over how the promotion will keep the special appearances a secret.
In a video posted on X (Twitter), Coach said that the field for this year’s Rumble looks good but questioned how the surprises will be kept a mystery.
“My only question is of the surprises that you always want in this match, how do you sneak them into Saudi Arabia? That’s the question that I have, and I can’t wait to find out,” he said.
Given that talent will have to travel internationally, there is a good chance of a surprise appearance being spoiled.
However, with WWE planning to fly in talent, including surprise names, throughout this week for Royal Rumble weekend, the company is confident about maintaining privacy ahead of the event.
Triple H teases lot of surprises in store for WWE Royal Rumble
With just a few days left for Royal Rumble, the excitement is building for the event. Ahead of the PLE, WWE’s Chief Content Officer Triple H appeared on Get Up on ESPN and hyped the men’s and women’s Rumble matches.
The Game talked about the unique appeal of the event and said this year will be no different and that there are a “lot of surprises in store.”
With names such as Chris Jericho and Trish Stratus rumored to return at the Royal Rumble, it will be interesting to see how the company manages to keep their appearances under wraps.
If you use quotes from this article, please credit Jonathan Coachman on X and give 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-major-concern-wwe-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


