], { 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 fact we can talk about wrestling 15 years ago, and he’s got the championship and he’s main-eventing Madison Square Garden right now, regardless of the trajectory that Phil Brooks has been on–I wish he never took a break but that’s his personal journey and choice–his passion has obviously always been there, and it still is. And that’s the thing I admire most about him,” said Cena. (H/T: Fightful on X)

CM Punk teamed up with Cody Rhodes to battle Gunther and Sami Zayn in a tag team match at Saturday Night’s Main Event. If Gunther and Zayn won, they would have been added to the Undisputed WWE Championship match at SummerSlam.

SmackDown GM Nick Aldis interfered in the match and attacked Gunther. Punk capitalized by hitting The Ring General with a GTS for the victory and will be defending the title against Rhodes at SummerSlam in a singles match.

CM Punk claims he will give Sami Zayn a rematch for the WWE title

SmackDown star CM Punk claimed that he was willing to give Sami Zayn a rematch for the Undisputed WWE Championship.

Speaking with ESPN New York, The Second City Saint claimed that he had nothing to apologize for but understood how Zayn felt after only holding the title for nine days. Punk stated that he would be open to giving Zayn another shot at the title.

“I understand how Sami [Zayn] feels. But I don’t have anything to apologize for. It’s a fantastic thing about sports in general: people have their favorites, and they will root for them. And they live or die by that. So, when your team stinks and you’re still pulling for them, and you still have hope, I know what it feels like. I don’t have anything to apologize to Sami about. If he wants a title shot, he can come and get one. I’ll gladly give him a rematch,” Punk said.

There’s only room for one at the top. 👊 Emotions are running high for @CMPunk and @CodyRhodes on the road to #SummerSlam! 😬

It will be interesting to see if CM Punk can defeat Cody Rhodes to retain the Undisputed WWE Championship at SummerSlam.

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-john-cena-reveals-admires-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

Leave A Reply

Exit mobile version