”
], { 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);
});
});
})();
The Phenomenal One reveals the gesture was spontaneous. He claims to have called it out, recalling how he told the referee to have Finn help him up with it. Though Styles is sure backstage might’ve been confused as to what was happening. However, the crowd’s reaction justified the call.
“When I wrestled Finn Balor, I don’t remember what pay-per-view it was, but it was a big match that wasn’t supposed to happen because Bray Wyatt had gotten sick and I had to come from America to get to that match and we were able to put on a great one. It didn’t matter to me that I lost because I had a ‘too sweet’ moment with my friend at the end, which was pretty freaking cool. I called it out there. I said, ‘Tell Finn to help me up.’ And then I was able to let’s do a too sweet right here… I’m pretty sure I heard somebody say this: ‘What are they doing? What is this?’ You know, it’s easy to forgive that extra time that we spent doing that when it got such a great reaction, right?” said AJ Styles.
AJ Styles’ son is making his pro wrestling debut this week
AJ Styles’ second son, Avery Jones, is entering the wrestling ring this week. On Friday, June 26, Avery Styles will make his pro wrestling debut in Royston, Georgia, for Squared Circle Action with his father in the corner for him.
He is scheduled to wrestle Ashton Martin at SCA’s Freedom Fling.
The WWE Hall of Famer retired earlier this year. Now it seems he would be leading his son to the greatest height of wrestling.
If you use quotes from this article, please credit The Phenomenally Retro Podcast and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-went-wwe-s-script-former-universal-champion?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













