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

Earlier this month, it came to light that JC Mateo had been subject to massive cuts and had been released from the Stamford-based promotion. Unlike other superstars, Cobb waited for a long time and even scouted potential options before he broke his silence on social media. In a post on X, the former NJPW World Television Champion teased a return to Japan.

“I used to do fun stuff in an alternative universe….. maybe it’s time to dust off the ol college degree,” Cobb tweeted on X.


Jeff Cobb, aka JC Mateo, once defended a championship in WWE

Jeff Cobb, aka JC Mateo, had an odd run in the Stamford-based promotion. After he debuted in Paris, he was quickly assigned to WWE’s main roster and joined The MFT under Solo Sikoa’s leadership. There were reported plans for Cobb to have a big push in the company, but it never materialized.

Later, the faction entered into a feud with The Wyatt Sicks, which went on for months, and the eerie faction was also released around the time Cobb and Tonga Loa were gone from the promotion. Earlier this year, Solo Sikoa and Tama Tonga won the WWE Tag Team Championship on Friday Night SmackDown.

The villainous faction held championship gold and activated the freebird rule, which also allowed Cobb to defend the championship in the promotion. In March 2026, JC Mateo and Tama Tonga entered a title match as champions against Damian Priest and R-Truth on the blue brand.

This was the first and last time Mateo entered a match as a champion in the Stamford-based promotion. Based on his recent tweet following his WWE release, it’s likely that Jeff Cobb will return to Japan and compete in NJPW once his non-compete clause expires in the coming months.

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-released-wwe-star-finally-breaks-silence?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