”
], { 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);
});
});
})();
His run in the company saw him compete mostly as a tag team star and didn’t feature in a singles feud. As it turns out, WWE’s original plans for the former NJPW star were quite different. In the latest edition of the Wrestling Observer Newsletter (WON), Dave Meltzer mentioned that Cobb was initially planned for a big push in WWE, which would have seen him work with some key people in solo feuds.
But these plans never materialized. Meltzer noted that for whatever reason, he became a face in the crowd of MFTs, with the focus on Solo Sikoa as the leader, Tama Tonga getting screen time, and Talla Tonga booked as a monster.
While Cobb did defend the WWE Tag Team Championship on behalf of Solo Sikoa in March of this year, he didn’t win any gold of his own in the promotion.
Another MFT member’s future in doubt in WWE
While it has been reported that another round of cuts may not happen for now, there is some doubt around the future of MFT member Tama Tonga.
Speaking on Wrestling Observer Live, Bryan Alvarez noted that even though Tama Tonga hasn’t been officially released right now, it seems he is gone too.
He talked about how JC Mateo and Tonga Loa are gone and how it was mentioned on WWE TV that the entire MFT is wiped out by Jacob Fatu, which could be an indication that the faction is done.
Alvarez added that he is not sure about Tama Tonga’s future at the moment. It remains to be seen if we will see the two-time WWE tag team championship on SmackDown this week.
`;
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-wwe-scrapped-big-push-released-star-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













