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

“I was irrational, looking at the clip, if you’ve seen it, it’s was taken down thankfully….I am embarrased by what happened.”

Cody revealed how he felt about the backstage altercation on WWE’s SummerSlam kick-off show. He revealed that the footage had been taken down and noted that he was embarrased by the outburst.

“I am embarrassed about it, you know I’m embarrased about it, but I’m not apologising for it. And I’m a little done with this brother thing because you are not my brother.”

Cody Rhodes and CM Punk are no longer on the same page

CM Punk and Cody Rhodes were friends before it was determined that Rhodes would challenge the Self-proclaimed Best in the World at SummerSlam, but the two men have made it clear that this is no longer the case.

Punk and Rhodes were almost part of a brawl at the SummerSlam kick-off show when Punk put his hands in Rhodes’ face to push him away. He also made it clear that while the title hitting him in the face at Saturday Night’s Main Event was an accident, that wasn’t.

Triple H and New York City State Troopers were forced to step in to ensure that both men were not allowed to brawl, but it’s clear that there will be no more friendly exchanges between Punk and Rhodes.

Gunther and Sami Zayn lost the right to be added to the SummerSlam match when they came up short at Saturday Night’s Main Event, mostly because Nick Aldis ensured that the referee was unable to count the pin when he pulled him from the ring and attacked The Ring General.

The match between Aldis and Gunther has now also been made official for SummerSlam next month.

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-i-embarrased-happened-cody-rhodes-admits-wwe-deleted-recent-footage?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