â
], { 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);
});
});
})();
#3. To give AJ Styles momentum for WWE Royal Rumble
One of the major explanations for AJ Stylesâ victory over Nakamura is that itâs tied to his upcoming high-stakes match against Gunther. Itâs already official that Styles will put his career on the line at the Saudi Arabia premium live event. If AJ suffers a loss, he will be forced to retire from the squared circle.
So, before locking horns with the former World Heavyweight Champion in this high-profile bout, WWE wanted to give the veteran star some momentum. This could be why he defeated Shinsuke at Saturday Nightâs Main Event.
#2. To give closure to AJ Styles and Shinsuke Nakamuraâs epic feud
This wasnât the first time Styles and Nakamura had locked horns in the Stamford-based promotion. However, WWE was promoting this showdown as the final match of their epic feud.
So, Triple Hâs creative regime may have wanted AJ to end this feud with a victory, which could be the reason he defeated the ex-United States Champion at the Montreal special event.
#1. AJ Styles needed this victory
The past few months were rough for AJ Styles, as he failed to achieve anything significant as a singles star in World Wrestling Entertainment. In his previous singles feud with Dominik Mysterio, The Phenomenal One did his best to dethrone The Judgment Day member but ultimately failed in his mission.
Additionally, when he tried to step on Gunther, The Ring General defeated him on an episode of Monday Night RAW.
Considering this, the 48-year-old star needed this victory over Shinsuke Nakamura to revive his momentum ahead of WrestleMania 42. This hard-fought victory at WWE Saturday Nightâs Main Event solidified Styles as a strong opponent for the former NXT UK Champion.
So, the much-needed win for the WWE star could be another explanation for Nakamuraâs loss at SNME and the reason the veteran defeated him in a banger showdown. Now, all eyes are set on the Royal Rumble, where Styles will compete against Gunther in a career match.
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/3-explanations-aj-styles-beating-shinsuke-nakamura-wwe-saturday-night-s-main-event?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


