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

This could be Nemeth’s way to play with the fans by teasing a match with the Phenomenal One. In his last TNA appearance, AJ Styles was eyeing the TNA World title backstage when Frankie Kazarian was Champion. However, the interaction never led to a Styles return match in the company.

“Kurt Bobby Gail AJ Abyss Kong Joe,” he wrote.

It would’ve been exciting to see AJ Styles return to TNA for one night and challenge for the TNA World title.

AJ Styles doesn’t want to see Sami Zayn lose the WWE Championship on RAW

Sami Zayn shocked the world by winning the Undisputed WWE Championship at Night of Champions. However, he’s set to defend the title against Cody Rhodes at the upcoming episode of RAW in Chicago. There is a big chance that the Last Real Good Guy’s title run could get cut short by the American Nightmare. While speaking on his Phenomenally Retro podcast, AJ Styles stated how he doesn’t want to see Sami Zayn lose on RAW.

“I don’t want to see a transitional champion. I think that Sami’s more than capable of pulling off being a world champion and totally being the underdog here. But I don’t know what the next part of the story is. The great thing about that is that’s a good thing. That keeps me interested in what’s going to happen, the buildup to SummerSlam. That’s a good thing where I’m not so sure what’s going to happen. You got people worried about that Sami’s just going to be a transitional champion. He’s gonna win it just to lose it to who knows. I don’t think that is the best way to go about doing the storyline,” he said. (H/T: Fightful on X)

It will be interesting to see if Sami Zayn will be able to leave Chicago with the Undisputed WWE Championship on his shoulders.

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-a-phenomenal-retirement-iconic-aj-styles-return-teased?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