”
], { 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);
});
});
})();
His announcement at Backlash caught Armstrong’s attention, who teased entering the tournament. The 31-year-old is working under the NXT brand and is the inaugural Evolve Women’s Champion.
“Looking at the John Cena Classic like,” wrote Armstrong.
Check out Armstrong’s post on X:
John Cena’s historic WWE Backlash announcement
John Cena made a historic announcement at Backlash, confirming the inaugural “John Cena Classic” tournament. He delivered the news to the fans before the main event between Roman Reigns and Jacob Fatu at Backlash.
The Last Real Champion briefly explained the concept of introducing the newest championship. He said:
“I am so honored tonight to announce to you, The John Cena Classic. An entire evening of the best of today competing with the best of tomorrow. An entire event where WWE Superstars and NXT Superstars get an opportunity to give you all they have in hopes to be crowned a champion. That’s right, we are making history here tonight because we have a brand new event and the debut of a brand new championship in the WWE. And not just any championship, this is an event, and this is a championship I’m personally putting my name on. So, I am going to strive for a certain level of excellence, and I’m also going to do everything I can to make it special,”
Several talented names from the main roster and NXT can be expected to enter the tournament, including Kali Armstrong. The former Evolve Women’s Champion already caught everyone’s attention, courtesy of her 151-day reign with the title.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-former-one-time-wwe-champion-teases-entering-john-cena-classic-historic-backlash-announcement?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



