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

Danhausen recently took to X/Twitter to express his desire to face Shawn Michaels in the John Cena Classic. For those unaware, Cena announced at Backlash that he has come up with a new event named after himself, where up-and-coming stars will get the spotlight against some of the biggest names on the main roster. The GOAT also mentioned that the audience will decide who wins the John Cena Classic Championship via a voting system, as it won’t solely depend on the match’s outcome.

In the post’s caption, Danhausen maintained his on-screen character and hilariously called HBK an up-and-coming WWE NXT star, who he wishes to face in the John Cena Classic.

“Danhausen would like to wrestle NXT superstar up-and-comer Shawn Michaels in the John Cena superstar classic invitational,” he wrote.

Check out his post below:


Former WWE star Lance Storm detailed a problem with the John Cena Classic

During an edition of Wrestling Observer Live, Lance Storm said that the John Cena Classic could create a problem for main roster talents if fans choose lower-paid WWE NXT stars over them to win the John Cena Classic Championship.

“If I’m a $500,000 main roster talent and I’m in there with a $75,000-a-year NXT guy, why would I use my skill and my experience to make him look good? If he wins the popularity contest and wins and gets the push to the championship, I could lose my job. Because there is going top TKO executive saying, ‘Well, why are we paying this guy that lost the fan vote and is less over than this NXT guy that works for way less money?'” he said.

It remains to be seen what the Triple H-led creative team has planned for the John Cena Classic.