”
], { 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);
});
});
})();
However, probably nothing is bigger than Stranger Things at the moment, with Season 5 Volume 2 set to be released on Christmas evening. The series finale is scheduled for New Year’s Eve.
In a post on X, formerly known as Twitter, Cathy Kelley reposted the announcement and dropped her reaction.
“MY DREAM COLLAB đ,” Kelley tweeted.
While Stranger Things is set to end on New Year’s Eve, it will likely be one of the most talked about topics in early 2026. WWE is set to celebrate RAW’s first anniversary on Netflix.
The January 5 episode of RAW next year is scheduled at the Barclays Center in Brooklyn, New York. It won’t be surprising to see if the stars of Stranger Things will be in attendance and even have interactions with WWE stars.
Cathy Kelley rumors have not materialized
Back in April, PWInsider reported that Cathy Kelley was training at the WWE Performance Center. Kelley was taking part in promo lessons and even got inside the ring. There was speculation that the company was planning to use her as an on-screen manager.
Kelley even teased it in an interview with The Sporting Tribune last June.
âI donât know whether I can confirm or deny that, but I would say that at one point I might have to ask myself the hard-hitting questions,â Kelley said. [H/T Diva-Dirt]
Fast forward to near the end of 2025, and the rumors about her new role have not materialized. It will be interesting to see if she becomes a manager next year or continue her role as a backstage interviewer.
`;
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-cathy-kelley-breaks-silence-major-wwe-announcement?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













