”
], { 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);
});
});
})();
In the past six months, Johnny Wrestling has competed in only three singles matches on SmackDown, losing all of them. He regularly appears on the blue show, lying motionless on a box. Gargano hasn’t been involved in a major storyline since Ciampa’s exit, and fans are unhappy with the questionable booking decision.
Yesterday, the former champion shared a news story that highlighted his bizarre booking. With the X post, Gargano subtly confirmed he was displeased with his creative direction on SmackDown.
You can view his X post below.
Gargano’s first run with World Wrestling Entertainment lasted six years. He returned to the company in 2022 and is a veteran on SmackDown. The 38-year-old has held the NXT, NXT Tag Team, NXT North American, and WWE Tag Team Championships in his illustrious career.
CM Punk Teased Handing an Undisputed WWE Title Shot to Johnny Gargano
In March, Johnny Gargano incidentally won an NXT North American Championship Eliminator Match after Candice LeRae pushed him onto Shiloh Hill. However, Johnny Wrestling failed to capture the North American Championship from Myles Borne at Stand & Deliver 2026. It marked his final title match in the company.
On a recent edition of SmackDown, a frustrated Sami Zayn was seen yelling at Gargano in the backstage area, demanding that he stand up. Unsurprisingly, the former NXT Champion didn’t respond to Zayn. CM Punk also showed up and said he would give Undisputed WWE Championship shots to Gargano and LeRae rather than defending his gold against The Master Strategist.
It will be interesting to see what’s next for Johnny Wrestling on SmackDown. Will this long-running saga have a payoff leading to a world title match? Fans must stay tuned to find out.
`;
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-7-time-wwe-champion-subtly-confirms-he-unhappy-with-his-booking-smackdown?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













