”
], { 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);
});
});
})();
If tonight is truly Styles’ final WWE RAW, here are three things he must do to set the stage for the biggest gamble of his life.
#3. Could confront Gunther
Gunther has spent the last year being a “career killer,” having already retired Goldberg and John Cena. He appears to be a bully who thrives on the fear of his opponents.
AJ Styles needs a face-to-face segment where he doesn’t just cut a promo, but shows Gunther that while his body might be 48, his spirit hasn’t aged a day. The slap he gave Gunther on the January 5 episode of WWE RAW? Fans might need that same fire tonight.
#2. Could acknowledge the “Phenomenal” legacy
This isn’t just about a match; it’s about a journey that started in 1998 and hit its peak when AJ Styles stepped through the curtain at the 2016 WWE Royal Rumble. Tonight, Styles needs a moment to address fans.
Whether it’s a backstage interview or an in-ring speech, The Phenomenal One needs to remind the WWE Universe why he’s The Face that Runs the Place. If this is the end of the road for the veteran on Monday nights, fans need a chance to thank him before the bell rings on Saturday.
#1. Could remind the WWE Universe he already made Gunther tap
The only reason retirement is even on the table is that Gunther cheated his way out of a loss in Germany. Styles shouldn’t even be in this position. He needs to go out there and remind everyone that The Ring General absolutely tapped to the Calf Crusher on the January 12 episode of RAW.
By highlighting The Ring General’s vulnerability, The Phenomenal One could shift the pressure. It’s not just Styles fighting for his career; it’s The Austrian Anomaly fighting to prove he isn’t a fraud.
`;
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-things-aj-styles-must-final-episode-wwe-raw-2026-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













