”
], { 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);
});
});
})();
Stone recently took to X/Twitter to drop a massive Forbidden Door tease. He told all the talent in NXT, AAA, RAW, SmackDown, Evolve, TNA, ID, and even Pro Wrestling NOAH that his office door was always open for communication, even for a collaboration, teasing a possible NXT crossover with the abovementioned brands and companies.
“To all @WWE talent across NXT, AAA, RAW, SmackDown, Evolve, TNA, Noah, the WWE ID Program, and everywhere in between…Communication builds success. My office is always open to anyone looking to improve, collaborate, or raise the bar. Just do me one favor — knock first,” he wrote.
Check out his post below:
Robert Stone left Evolve to focus on WWE NXT
Robert Stone had been serving as a commentator on Evolve for quite some time. However, after becoming the Interim General Manager of NXT, Stone took to X/Twitter to announce that he was stepping down from his commentating role in Evolve to focus on his role in the developmental show.
He also encouraged everyone to keep watching Evolve every week, as he will do the same.
“After the chaos that went down last night on NXT, it’s clear I need to put my full focus on my role as Interim NXT General Manager. With that said, tonight will sadly be my final night analyzing the action on #WWEEvolve. What an incredible 1st year for the show. Make sure you continue watching the next generation of talent be born every week on @Tubi. Trust me… I’ll be watching too.”
It remains to be seen what Shawn Michaels has planned for Robert Stone as the Interim General Manager of NXT.
`;
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-newly-appointed-wwe-official-makes-massive-forbidden-door-tease?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













