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

Rusev recently took to Instagram to share a backstage video of himself with CM Punk, where they can be seen sharing a wholesome hug. The Second City Saint was battered and bruised in the clip, which suggests they shared this emotional moment just a few minutes after Punk’s heartbreaking World Heavyweight Championship loss.

In the post’s caption, the former United States Champion sent a two-word message to The Best in the World.

“Next time #Wrestlemania @cmpunk,” he wrote.

Check out his Instagram post below:


Roman Reigns sent a message to CM Punk after WWE WrestleMania 42

Roman Reigns recently took to X/Twitter to upload several photos from his clash against CM Punk at WWE WrestleMania 42. In the post’s caption, the OTC had some huge praise for his opponent, writing that he believed they made magic at The Grandest Stage of them All.

Reigns also highlighted that he still hates The Second City Saint but cannot deny the performance they put on in the main event of Night Two of ‘Mania.

“Despite All The Sh*t You’ve Put Me Through Over The Years, I Can Honestly Say Under Those Bright Lights… We Made Magic. I Still Hate You, But Last Night Will Live Forever. ☝🏽 #WrestleMania,” Reigns wrote.

On the RAW after WrestleMania 42, CM Punk teased a massive feud with Cody Rhodes. The Best in the World came face-to-face with The American Nightmare on the show and talked about another title opportunity after losing the WWE World Heavyweight Championship. Punk is now seemingly eyeing Rhodes’ Undisputed WWE Championship.

It will be interesting to see what the Triple H-led creative team has planned for CM Punk’s future.

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-heartbreaking-cm-punk-video-wwe-star-shares-deeply-emotional-moment-backstage-after-wrestlemania-42-main-event?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