”
], { 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);
});
});
})();
Following the contest, The Second City Saint and The American Nightmare celebrated their win in the middle of the ring. CM Punk accidentally hit Rhodes with the Undisputed WWE Championship belt while exiting the ring. As a result, the second-generation wrestler was furious.
Cody Rhodes confronted CM Punk during his post-show backstage interview with Jackie Redmond. The American Nightmare lashed out at his SummerSlam opponent for hitting him with the title and accused him of being excessively emotional.
“It’s embarrassing. You’re out there, and you literally cracked me in the eye with this title. It was an accident, right? That’s what I am asking. We don’t need any of this sh*t [A furious Rhodes asked the cameraman to leave]. You’re the one who’s always emotional out there. What’s my problem?” Rhodes said.
Punk tried to explain his actions, but Rhodes didn’t seem convinced. The duo started hurling abuses and were about to come to blows. However, Bobby Roode and Trick Williams separated them, saying the whole thing was an accident.
“A hundred percent [it was an accident]. I am [sic] emotional? It was an accident, okay? (…) F*ck you, get him out of here. [referring to the cameraman],” Punk said.
The Best in the World also lost his cool toward the end of the segment and demanded that the cameraman stop the coverage. With their win tonight, CM Punk and Cody Rhodes saved their one-on-one world title match at SummerSlam. It will be interesting to see what’s next in their developing storyline.
If you use quotes from here, please credit WWE and give an H/T to Sportskeeda for the transcription.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-just-in-cm-punk-cody-rhodes-involved-in-heated-backstage-confrontation-following-saturday-night-s-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


