”
], { 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);
});
});
})();
Punk also shared an emotional story of his late dog, who used to put his paw on The Second City Saint whenever he needed something.
“The Larry tattoo is, it is obviously his paw print, umm, that I knew I was gonna get eventually, and it’s just a fun way to remember him. He would stand on me if I was lying down, and [if] he needed anything, he would get up, and he would kind of beat me a little bit, and I would ignore him playfully, and then he would just stand on my chest and stare at me until I would finally say, ‘Do you wanna go for a walk?’ And he would get all excited, so his foot would go right there, and his other foot would just hit me in the face,” he said.
Punk added that he got it just below his chest because he wanted it to be “super visible.” He admitted that it was a hurtful process, but it was “beautiful in a way” because Larry’s passing was the worst day of his life.
“And I’m also kind of out of space, and I didn’t know where else to put it. So, I put it right there because it’s, I mean, you can’t miss it. It’s super visible. Umm, and it was painful, and I think that’s kind of beautiful in a way too… It was the worst day of my life, but he gave me so many great days. So, it’s just a way to remember him,” he added.
Check out his Instagram post below:
CM Punk reacted to Larry’s big WWE news
After it was announced that Larry would be an in-game manager in WWE 2k26 MyFACTION mode, CM Punk reacted to the news in an interview with GAMING BIBLE. The Second City Saint said that this announcement meant a lot to him before revealing that he has been crying every day because of Larry’s passing since Thanksgiving.
“It means a lot. I’ve cried once a day since Thanksgiving, you know, so it’s still pretty fresh, and it’s still pretty raw. I don’t know if it’s ever gonna go away, but looking at pictures of him always makes me smile. Being able to share that joy with the world, it means a lot, you know,” he said.
Punk is all set to face Roman Reigns for the WWE World Heavyweight Championship at WWE WrestleMania 42. It will be interesting to see who will come out on top.
`;
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-champion-cm-punk-shares-emotional-story-new-tattoo?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













