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


#4. AJ Styles is likely to retire at 2026 Royal Rumble

After the AJ Styles vs. Nakamura match at #SaturdayNightMainEvent, the gestures AJ made toward the crowd and his body language with Nakamura gave me the feeling that maybe AJ Styles is going to retire at the Royal Rumble.🥹 However, WWE hasn’t announced any retirement yet.

AJ Styles and Shinsuke Nakamura delivered a classic match for the WWE Universe at SNME. The Phenomenal One pinned The King of Strong Style and shared an emotional moment in the post-match.

The way Nakamura and Styles’ match ended at SNME subtly confirms that AJ is likely to retire at the Royal Rumble 2026. The Stamford-based promotion randomly booked this bout at SNME, and it seems it was only done to make Styles’ retirement more emotional at the Saudi Arabia premium live event.


#3. Liv Morgan could win the Women’s Royal Rumble match

Liv Morgan and Roxanne Perez locked horns with Rhea Ripley and IYO SKY for the Women’s Tag Team Championship. Despite their efforts, The Judgment Day members lost when Liv took the pinfall.

It was rare for WWE to book Morgan to get the pinfall when Roxanne Perez was involved. So this appears to be a strategic move by the Stamford-based promotion, and they might be planning something big for the former Women’s World Champion.

Already, Liv is among the favorites to win the 2026 Women’s Royal Rumble match. Her recent loss at SNME will make her potential Rumble match victory even more significant.


#2. Jacob Fatu vs. Cody Rhodes vs. Drew McIntyre is almost confirmed

Jacob Fatu and Cody Rhodes were engaged in a heated brawl at the start of Saturday Night’s Main Event. The Samoan Werewolf attacked The American Nightmare before their match began.

The brawl involved WWE’s official, who tried to stop both stars, as their match had not officially started. Undisputed Champion Drew McIntyre took advantage of the situation, destroyed both stars, and stood tall.

This development at SNME subtly confirms that a Triple Threat match among these stars is almost certain to take place. It may either happen at Elimination Chamber or WrestleMania 42.


#1. Sami Zayn could lose to Drew McIntyre at WWE Royal Rumble

After Sami Zayn’s recent victory, he will face The Scottish Warrior at the Saudi Arabia PLE for the Undisputed Championship. However, with the company planting seeds for a Jacob vs. Cody vs. McIntyre match, it subtly confirms that Sami will lose at the Royal Rumble.

The only reason the ex-Bloodline member is getting a title match could be his massive popularity in Saudi Arabia.

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/4-things-wwe-subtly-told-us-saturday-night-s-main-event-xliii?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