], { 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);
});
});
})();

This listicle takes a look at three clear signs that CM Punk is turning into a heel star on the blue brand.


#3. Body shaming Kevin Owens on WWE SmackDown

In the previous episode of SmackDown, Kevin Owens and CM Punk were engaged in a heated war of words. During this conversation, the Second City Saint didn’t hesitate to mock the Prizefighter’s body shape and eventually resorted to body-shaming.

Usually, babyface stars don’t use such tactics to put down their opponents. However, the Undisputed WWE Champion going below the belt could be a sign that he will turn heel soon on Nick Aldis’ show.


#2. Wants to turn heel

🚨 CM Punk reportedly wants to turn heel, though he believes a full heel turn right now would hurt #WWE business, according to Self Made Pro.

In an update from Self Made Session, Self Made Pro revealed that the Best in the World wants to turn heel in the Stamford-based promotion and is ready to become the bad guy again.

CM Punk reportedly wanted to turn his character into a full-fledged villainous star, but this appears to be a bad move, given his popularity as a babyface. Also, he is moving a lot of merchandise. However, if Punk convinces the Triple H-led creative regime, it wouldn’t be a surprise if he turns heel on WWE SmackDown.

His desire to become a villainous star again is another sign of a potential character change on the blue brand.


#1. Been teasing it lately

Over the past few months, there have been a few instances where a CM Punk heel turn has been subtly teased. When Sami Zayn won the Undisputed title at Night of Champions 2026, Punk ended his title reign in merely nine days, which appears to be part of a heel arc.

Additionally, his recent tweener character towards Kevin Owens also signals his potential heel turn. This entire development also seems to be a major sign hinting at the Second City Saint’s character switch on SmackDown.

Overall, it will be interesting to see what happens on SmackDown in Toronto when Punk and Owens lock horns in a title feud. It would be a drastic change in WWE’s landscape if the Prizefighter dethrones Punk and becomes the new Champion.

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/3-clear-signs-cm-punk-turning-heel-wwe-smackdown?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