”
], { 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);
});
});
})();
From serving as an assistant to Ava to becoming the interim General Manager of NXT, Robert Stone’s growth over the years has been nothing short of incredible.
Earlier this month, Shawn Michaels appointed Mr. Stone as the interim General Manager of NXT after Ava left the sports entertainment juggernaut.
With great power comes great responsibility, and after the chaos that went down on NXT in recent weeks, Robert Stone has decided to shift his full focus to his new role.
Last week, Mr. Stone appeared alongside Blake Howard for one last WWE Evolve Tubi teaser. He named Blake as his replacement on the commentary desk going forward.
“Hey, somebody’s gotta fill my chair when I leave. I mean, somebody’s got to take over, and that somebody is you [Blake Howard]. Yes, I’m serious. You’re a phenomenal commentator. My only piece of advice is good luck dealing with Peter Rosenberg. You know my number if you leave anything.”
You can check out his announcement below:
Mr. Stone has been calling the action on Evolve with Peter Rosenberg for the better part of a year. Now that he will be settling into his new role, Blake Howard will step up while he’s gone.
Blake Howard is a renowned commentator, having previously worked as a broadcaster and backstage interviewer in NXT.
It will be interesting to see if Shawn Michaels will bring him back in his previous role after the departure of Kelly Kincaid.
Fans must tune into NXT tonight to find out.
If you use quotes from this article, please give Sportskeeda Wrestling an H/T for the transcription.
`;
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-breaking-wwe-commentator-resigns-from-his-position-and-announces-his-replacement?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













