], { 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, SmackDown GM Nick Aldis revealed that he had found a replacement, which turned out to be CM Punk. The former AEW star defeated Zayn to capture the Undisputed WWE Championship in the main event after connecting with a GTS for the pinfall victory.

The promotion took to social media today to share Punk’s real reaction following the title win. The 47-year-old can be seen singing his “Cult of Personality” theme song and celebrating with the fans in Chicago, and you can check out the video in the post below.

“Listen to the pipes on Punk! 🎶🎤,” WWE wrote.

Punk had not competed in a match since his loss to Roman Reigns at WrestleMania before his victory over Zayn on RAW. Sami Zayn captured the title at Night of Champions, and his reign only lasted nine days.

Sami Zayn reacts to CM Punk becoming Undisputed WWE Champion

Sami Zayn was not happy following his loss to CM Punk on RAW earlier this week.

The Last Real Good Guy went on an emotional rant following the loss and claimed that Punk had no business being given a title shot. He also took personal shots at the veteran and complained about only getting to be champion for a little over a week.

“9 days after I get it, that piece of sh** can walk back in here after not being here for months, and walk right in and get a chance? That mother f***er! He has no business, no business!” Zayn said.

Sami Zayn had never captured a major title in the company before his surprise victory at Night of Champions. It will be fascinating to see what the company has planned for CM Punk’s title reign moving forward on WWE SmackDown.

Why did you not like this content?


`;
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-cm-punk-s-real-reaction-wwe-title-win-revealed?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

Leave A Reply

Exit mobile version