”
], { 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);
});
});
})();
The Second City Saint will be on SmackDown, a special WWE NXT house show this Saturday, a special Sunday Night’s Main Event on September 6, and the WWE x AAA Worlds Collide event in his hometown of Chicago, Illinois. Notably, Worlds Collide takes place on Saturday, September 26, at the Allstate Arena, putting the event in direct competition with AEW’s All Out, which runs just 20 minutes away at the NOW Arena.
CM Punk made his WWE debut on August 1, 2006, defeating Justin Credible on ECW. His major PPV debut followed at Survivor Series later that year, where he teamed alongside D-Generation X (Triple H and Shawn Michaels) and the Hardy Boyz to defeat Team Rated-RKO.
CM Punk is defending his Undisputed WWE Championship next week
Kevin Owens has officially locked in the date and location to challenge for the Undisputed WWE Championship. During the August 7 episode of SmackDown in Philadelphia, KO confronted General Manager Nick Aldis, requesting that his title match against CM Punk be booked for the August 21 episode in Toronto.
Aldis granted the request, setting the stage for a mega showdown. The tension between the two rivals boiled over early in the show when they shared the ring, forcing Aldis to step out with officials to maintain order. Owens dismissed claims that Punk had changed, but even while pulling no punches, he went on to label Punk an ‘arrogant sociopath’.
The segment quickly turned physical as Owens shoved Punk, forcing Aldis and the officials to intervene and restrain both men before a brawl erupted.
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-wwe-announces-cm-punk-s-stacked-schedule-till-october?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



