], { 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 17-time World Champion revealed a new “John Cena Classic,” an event featuring main roster and NXT stars competing to be crowned champion. Cena mentioned that he came up with this new event and a new championship.

“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,” he said.

The GOAT also found an interesting way to involve fans in the action, revealing that the audience will decide who wins The John Cena Classic Championship via a voting system. So, the winner will not depend solely on the match’s outcome.

“I have said time and time again, the biggest superstar in WWE is the WWE Universe. So, on top of a new event. On top of a new championship. For the first time in history, your voice will be heard louder than ever before because you, the audience, the fan, will vote to crown the champion of The John Cena Classic. And every participant qualifies, which also means for the first time in history, a superstar might not win their match, but their hustle could earn your respect, win your heart, win your vote, and you can still crown them The John Cena Classic Champion,” he added.

Check out Cena’s announcement in the post below:

It remains to be seen what Cena and the Triple H-led creative team have planned for this new 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-breaking-john-cena-makes-industry-shaking-announcement-at-backlash?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