”
], { 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);
});
});
})();
It was reported earlier this week that Michael Cole and Corey Graves will be calling RAW beginning on January 5, 2026, and Tessitore will be working with Wade Barrett on SmackDown beginning next month as well.
Pat McAfee used to call the action alongside Michael Cole, but the former NFL punter stepped away from the promotion earlier this year due to exhaustion. Corey Graves seemingly had an issue with not working in NXT in 2025, but it appears that situation has been resolved. Graves is married to former WWE Superstar Carmella in real life, and the happy couple has two children together.
Former WWE writer criticizes Joe Tessitore
Wrestling legend Vince Russo criticized Joe Tessitore’s commentary and suggested that he was insulting the intelligence of WWE fans.
Speaking on Sportskeeda Wrestling’s BroDown show earlier this year, Russo questioned Tessitore’s commentary following an episode of SmackDown. He suggested that he insulted the fan’s intelligence and noted that it was a pattern with the broadcast team.
“You’re watching this first segment. They’re clearly setting up a tag match. So here comes Aldis, he sets up a tag match. The freaking guy, Joe Tessitore has the b*lls to say, ‘Who saw that coming?’ And I’m like, ‘Brother, how about Stevie Wonder?’ This is what I mean. Don’t insult my intelligence. They do this every single week and you got the b*lls to sit there and say who saw this coming,” said Vince Russo.
It will be interesting to see if the company winds up making more changes to its commentary teams in 2026.
`;
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-major-wwe-name-miss-upcoming-shows-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












