”
], { 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);
});
});
})();
Speaking in an interview on What’s Your Story? With Steph McMahon, Cole explained that he had struggled to find his specific style as a commentator for almost a decade, emulating Jim Ross in the beginning. He said:
“It was a struggle for a decade of trying to figure out what my voice was and how that voice was different from Jim Ross’. Early on in my career, you can go back and hear some stuff; it’s all over YouTube, it’s embarrassing. You’ll hear me screaming, ‘Stomping a mudhole in him the size of Texas!’ Doing stuff that Jim used to do. I’m saying to myself, ‘This is embarrassing. What can I do to differentiate it?’ It took me a long time to really find my voice.”
You can check out his comments below:
Michael Cole also talked about how he stepped into the shoes of WWE legend Jim Ross
From the very start, Michael Cole knew that he was being prepared to replace Jim Ross.
In the same interview, the WWE veteran stated that it was tough to fill the void left behind my Jim Ross. He said:
“But listen… they were tough shoes to fill because JR was a lifer in this business. He started out as a teenager. I came into this at thirty years old. Didn’t know what I was getting into. They were pretty mighty shoes to fill, and for many years, I wasn’t sure if I was going to be able to do that. Vince [McMahon] believed in me. Kevin Dunn believed in me. I’m not sure I believed in myself until one day when the lightbulb went on, and I said, ‘I think I may belong here.’”
Cole is now a stalwart of the company, and is likely to continue in the role for years to come.
If you use any quotes from the article, please credit the source and give an H/T to Sportskeeda for the transcription.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-michael-cole-speaks-embarrassing-struggle-decade-wwe?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




