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

During a recent episode of Jim Cornette’s Drive Thru, the veteran manager felt WWE was sending mixed signals with the whole retirement angle. Cornette was confused because AJ Styles almost left the gloves in the ring and then put the gloves back on, hinting that he was still not done.

“Well, I’m getting mixed signals sent to me. They gave him a big ovation after Gunther left the ring. Fans are singing for AJ and everything, and he makes a production out of taking his gloves off, and the fans are like, ‘No, no, no!’ But then he put his gloves back on. What does it mean? Did he lie? He left the ring, and then he came back and posed on a turnbuckle. He didn’t take his boots off. I guess the gloves were gonna be the boots. He took the gloves off, but then he put the gloves back on. Has he changed his mind? Is he gonna say, ‘I just don’t want to leave you now’? That would be kind of kabukish.”

Jim Cornette Reviews Gunther vs. AJ Styles at WWE Royal Rumble 2026

Roman Reigns shared a message for AJ Styles

Tributes and heartwarming messages have poured in for AJ Styles after his retirement. Several WWE stars and veteran congrulated him on a successful career in the business.

The 2026 Royal Rumble winner Roman Reigns also shared a message for Styles. The OTC said that he was a true team player and complimented AJ’s work ethic. He felt The Phenomenal One was a talented and disciplined superstar and one of his video game friends.


While using the quotes please credit Jim Cornette’s Drive Thru and add an H/T to Sportskeeda.

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/news-did-lie-wwe-veteran-confused-aj-styles-retirement-segment-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

Leave A Reply

Exit mobile version