”
], { 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);
});
});
})();
Before his massive world championship defense, Punk returned to NXT for a match. At a live event in Petersburg, he teamed up with North American Champion Myles Borne and Taivon Heights to take on The Vanity Project in a six-man tag team bout. The showdown marked The Best in the World’s first match in the developmental brand since 2012.
Punk’s last bout in NXT before tonight took place 14 years ago. On August 23, 2012, he squared off against Cesaro in a dark match. In Petersburg, The Best in the World paid homage to his wife, AJ Lee, during his entrance. The SmackDown Superstar’s team ultimately reigned supreme at the live event.
Kevin Owens referenced AEW during promo battle against CM Punk on WWE SmackDown
Before CM Punk returned to WWE in 2023, he was among AEW’s top stars for a while. During his time in the Tony Khan-led organization, The Second City Saint was reportedly involved in multiple backstage scuffles and disagreements. He ultimately departed All Elite Wrestling after his match against Samoa Joe at All In: London.
The Undisputed WWE Champion engaged in a promo battle with Kevin Owens on the latest episode of SmackDown. Both stars took personal jabs at each other during the exchange. The Prizefighter even brought up his rival’s tumultuous run in AEW.
“The only reason you came back here and made everything right was because you had no choice. The kind of person you are led you to screw things up everywhere else you went,” Owens said.
Punk has arguably had a dream run in the sports entertainment juggernaut since his unexpected comeback in 2023. He is a locker room leader and one of the biggest attractions in the promotion.
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-massive-wwe-return-takes-place-14-years?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



