”
], { 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 WrestleMania 42 Sunday main event had become a very personal fight by the time the bell had rung. During the build up to their iconic showdown, Punk had disrespected Roman Reigns’ father while the Tribal Chief continuously called Punk old. After an intense match, the OTC defeated CM Punk to become the new World Heavyweight Champion. After this, Punk appeared only at the RAW after WrestleMania in a confrontation with Cody Rhodes and hasn’t been on WWE programming ever since.
While fans today know “Cult of Personality” by Living Color as CM Punk’s theme song. Earlier in the day, Punk used to come out to “This Fire Burns” by Killswitch Engage. The band was recently performing the song during a concert in Detroit where they paid tribute to the Best in the World by playing his titantron in the background. They used the same video that was used for Punk’s WrestleMania entrance last year. A fan posted the video of this on Instagram.
Check out the video here:
It is great to see a band like Killswitch Engage to pay tribute to the former World Heavyweight Champion like this.
CM Punk could be moving to SmackDown upon his return
In his last appearance on WWE programming, CM Punk addressed his loss to Reigns at WrestleMania. He further went on to say how he’s always been open to opportunities and gotten the best of them. As he was saying this, Cody Rhodes’ came out to interrupt the Best in the World.
Rhodes and Punk have been teasing a feud ever since the latter returned to the company back in 2023. Cody told Punk to just “say when” whenever he wants to challenge for the Undisputed WWE Championship. Now that Roman Reigns is on WWE RAW, SmackDown doesn’t have any major stars on the roster. Punk could actually join SmackDown following his return and finally start feuding with Cody Rhodes.
It will be interesting to see what Triple H has planned for CM Punk next.
`;
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-killswitch-engage-pays-emotional-tribute-to-wwe-legend-cm-punk?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













