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

“Can I tell you what bothered me about some parts of the show is that Brock [Lesnar] and Oba [Femi] broke a table. I think that should have been for Jacob [Fatu] and Roman [Reigns]. Why did we do that when Jacob and Roman were having the match? Brock and Oba did not, that wasn’t the match. So I was really confused about that,” he said. (H/T: Fightful on X)

You can check out the video below:

The Phenomenally Retro Podcast - Episode 13 - The fallout from Clash In Italy, Mask vs Mask + more

AJ Styles retired from in-ring competition following his loss to Gunther at Royal Rumble 2026 in Saudi Arabia. The 49-year-old was also inducted into the WWE Hall of Fame during WrestleMania 42 weekend.

Oba Femi defeated Brock Lesnar at WrestleMania 42, and The Beast Incarnate seemingly retired after the match. However, Lesnar returned last month and defeated Femi at Clash in Italy to get his revenge.

AJ Styles wants AEW star to join WWE

Wrestling veteran AJ Styles made it known that he wants Will Ospreay to join WWE someday.

Speaking on his Phenomenally Retro podcast, Styles noted that he would love to see Ospreay in the company and noted that they had a similar mindset.

“Will’s the man, dude. I would love to have him in WWE—he’s an amazing talent. I think he’s figured out a lot about himself, and what he can do, and what looks good and makes sense—everything… Sometimes we worry about him hurting himself because he’s balls to the walls, but I get it, man. You’ve got one gear—you’ve got to go one gear until you retire, like myself.”

“I won the IWGP World Heavyweight Championship and he dropped me a message like, ‘Bro, I’m so proud of you.’ It gets me every single time because that’s my hero” – Will Ospreay on AJ Styles

It will be interesting to see what the promotion has planned for the rivalry between Oba Femi and Brock Lesnar moving forward.

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-questions-recent-wwe-booking-decision?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