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

Michael Cole has a history with Gunther in WWE. After The Ring General lost the WWE World Heavyweight Championship by tapping out to Jey Uso, Cole got in the bad books of the Austrian when he highlighted the loss on an edition of RAW last year. This led to the former Imperium leader assaulting the legendary commentator.

Since then, Cole has been taking shots at Gunther on commentary. However, he recently broke his character for The Ring General.

Michael Cole broke character for Gunther

During a recent interview on The Sal Licata Show, the host asked Michael Cole to name the best wrestling match he has ever seen. The RAW commentator initially said that he didn’t want to name a particular match as it wouldn’t do justice to all the other great matches he has witnessed in his career.

Cole then mentioned that he gets goosebumps while calling Gunther’s matches and believes he is the best professional wrestler in the world at the moment.

“Let me answer it this way. There is a gentleman in this business right now who, every time he wrestles a match, I get goosebumps. I love to call the match. I believe he is the best professional wrestler on the planet today, and that is GUNTHER. There’s such a mix on him. Either people hate him, or they love him. He is such an old-school throwback,” he said.

The WWE legend added that he believes The Ring General’s in-ring style is a different way to “express” wrestling, and he loves that about the former World Heavyweight Champion.

“When you think back to the Brunos and the Ivan Putskis and the Superstar Billy Grahams, and some of these all-time greats, GUNTHER, who we call the Career Ki**er now because he’s ended the career of Goldberg, [John] Cena, and AJ Styles, he is an artist. He is incredible to watch in the ring. It is such a different way to express our business, the way that he does it. So GUNTHER right now, to me, best on the planet, love calling his matches,” he added.

Check out the full interview below:

The Sal Licata Show: Episode 51 - WWE's Michael Cole joins the show, Mets chase Skenes and MORE!

Please credit The Sal Licata Show and give an H/T to Sportskeeda Wrestling if you use quotes from this article.

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-wwe-legend-michael-cole-breaks-character-gunther-best-planet?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