”
], { 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);
});
});
})();
After the show, Vince Russo pointed out the flaws in the new storyline, which lacks logic. The wrestling veteran stated that no one from the losing team, Punk, Rhodes, Reigns, and The Usos, did anything to find out about the man who cost them their gimmick match in San Diego, California.
“It’s not about being CRITICAL, it’s about being LOGICAL. So NONE OF THE BABYFACES THAT GOT SCREWED at “War Games” care ONE IOTA about who was the “Masked Man” who SCREWED THEM? They don’t even care enough to show up on RAW and get answers? The only one that cares is Pearce, to the point that he—PUTS A REFEREE ON IT? Yeah, man, that’s me being NEGATIVE because the story is RIDICULOUS,” Russo tweeted on X.
What’s next for CM Punk following WWE Survivor Series 2025?
Last month, CM Punk went head-to-head against Jey Uso and won the vacant World Heavyweight Championship in Salt Lake City at WWE Saturday Night’s Main Event. However, The Vision wasn’t done with The Second City Saint, and the villainous trio feuded with the new champion for weeks leading up to Survivor Series.
At the event in San Diego, a masked man attacked the World Heavyweight Champion with Seth Rollins’ stomp, which allowed Bron Breakker to hit a spear and cover the champion for the win. The Vision won the match, but Breakker earned a brand new opportunity.
On the latest edition of WWE RAW, it was revealed that next month, CM Punk will defend the World Heavyweight Championship in a one-on-one match against The Vision’s Bron Breakker. It’ll be interesting to see which star leaves the show with the title.
`;
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-after-masked-man-s-attack-cm-punk-survivor-series-2025-wrestling-veteran-goes-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













