”
], { 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 Bulgarian Brute also put some snow on himself before announcing that he would fight a match the next day, in the Main Event.
“Hey, I like pleasing my wife, not just in the bedroom, but I guess with videos and pictures in the cold weather outside. So here I am in the snow with buried whatever bikes are, and here I am. I hope you’re happy, CJ, and I hope you’re safe in California in 90-degree weather. And here I am here. Are you happy there? I’m putting some snow on me. Hopefully you’re happy now. May God bless you. Goodbye. Oh, look at that thing in the back. And I have a match tomorrow on Main Event, so come watch me to run off. Peace.”
Rusev was last seen on WWE SmackDown in the Last Time is Now tournament on November 21, 2025, where he lost to Jey Uso. Rusev was the runner-up in the 2016 Rumble, which Roman Reigns won.
Sami Zayn heads to the WWE Royal Rumble with a title shot
The January 24, 2026, edition of Saturday Night’s Main Event saw Sami Zayn, Trick Williams, Damian Priest, and Randy Orton fight a Fatal Four-Way match. The four men competed for the number one contender’s spot for the Undisputed WWE Championship.
In the final moments of the match, Sami Zayn set up Trick Williams for a Helluva Kick but missed. Priest intervened and floored Zayn with a Razor’s Edge. By the time The Punisher dealt with Trick Willy, Zayn was back to his feet and hit Priest with his finisher to win the match.
Now, the Canadian wrestler will head to Riyadh to challenge Drew McIntyre for the Undisputed WWE Championship at the Royal Rumble. The Scottish Psychopath tried to attack the OG Bloodline member after his win, but Zayn sent the champion packing. It would be interesting to see whether Zayn can get another big win in front of his fans in Riyadh, Saudi Arabia.
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-40-year-old-wwe-raw-star-confirms-in-ring-return-ahead-royal-rumble?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


