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

When @FightfulSelect asked about Johnny Gargano’s contract status, we were told he’s “firmly under contract” with WWE at this moment. We have tons of news and notes now available in our DEBUNKATHON thread for Select subscribers.

For those unaware, Johnny Gargano had an impeccable run in NXT, winning the NXT Championship and the NXT Tag Team Championship once each. He is also a three-time NXT North American Champion. Despite not being able to replicate his NXT success on the main roster, Johnny Wrestling is still a two-time WWE Tag Team Champion, with both titles won alongside Tommaso Ciampa.

Johnny Gargano suffered a disheartening loss on WWE SmackDown

Johnny Gargano suffered a massive setback as Tommaso Ciampa departed from the company in January. The NXT Triple Crown Champion hasn’t won a match since and has been portraying a depressed and lost-in-thought character.

However, last week on Friday Night SmackDown, Johnny Gargano walked to the ring all pumped up after a backstage conversation with his wife, Candice LeRae. He cut a passionate promo and threw out an open challenge for a singles match.

Oba Femi, who has been unstoppable since his main-roster debut, answered Gargano’s open challenge. The Nigerian star put forth another dominant performance and squashed the veteran in a match that lasted just a shade over one minute.

The loss against Oba Femi was Gargano’s fourth in as many matches since the beginning of the year. It will be interesting to see if the former #DIY member can turn things around and secure his first win of 2026.

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/rumor-huge-update-7-time-champion-s-wwe-future-ahead-smackdown-reports?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