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

Speaking on INSIGHT, Styles assumed that The Undertaker came out to congratulate him on his retirement. However, that wasn’t the case, as The Phenom.

“Well, they said Undertaker was coming out. I assumed we’re gonna shake hands and be like, ‘Hey, congratulations on your retirement.’ Thank you, got it. That’s what I thought was happening. Then he comes in there talking about, I don’t even know what he was talking about; I just know it sounded like we were going to wrestle again. I know we’re not wrestling, so what are you talking about? I don’t remember the exact words, but there was a moment where I go oh! I looked at my wife, and then we kind of got the idea of the Hall of Fame, and being inducted, which was really cool, and a total surprise, because I had no idea.” said Styles [H/T: Insight]

AJ Styles claimed that he never felt like a WWE guy

AJ Styles claimed that he never felt like a WWE guy and that there were never talks of him potentially facing John Cena during his retirement tour. Cena and Styles crossed paths one final time at the Crown Jewel 2025 Premium Live Event, with Cena emerging victorious after a 27-minute classic between the two superstars.

During the same conversation, AJ Styles stated that despite being with the WWE for 10 years, he never felt like a WWE guy.

“Nothing, never a talk of me having a match with John. Listen, I just assume I’m not that guy. I’m not that guy. Sometimes I feel like even though I’ve been in WWE for 10 years, I’m not a WWE guy. So, and that was just one of those times,”

AJ Styles lost to Gunther in his final match, which occurred at the Royal Rumble Premium Live Event.

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-aj-styles-reveals-honestly-felt-the-undertaker-announced-hall-fame-induction?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