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

Johnny Gargano took to X to reflect on the exciting turn of events. The former NXT Champion, who used to be known as Johnny Wrestling back in his NXT days, gave himself a new name following SmackDown. Gargano called himself “Johnny Wressurected” to mark the turning point of his career.


Johnny Gargano sent a heartwarming message following WWE SmackDown

Johnny Gargano competed in his first match in over four months as he finally stopped being depressed and got up to compete against CM Punk on SmackDown. The former NXT Champion sent an emotional message after the show, thanking fans for their unwavering support:

“Last night was for the people who never gave up on me, even when I gave up on myself. I went toe-to-toe with the @WWE Champion in the main event of SmackDown in the arena where I first fell in love with professional wrestling as a child. Cleveland, I love you… You had my back against the best in the world, and all I’ve ever wanted to do was be your guy and make you proud. For an indie kid like me… it was an absolute honor, and dream to finally get in there with @CMPunk (who was the very first indie merch shirt I ever bought in High School),” he wrote.

Many believe that last night could be a turning point in Johnny Gargano’s WWE career as he is finally past the depressed gimmick. The coming weeks will give us the full picture and reveal what’s next for Johnny Wressurected.