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

Pat McAfee aired footage of when Cody Rhodes broke into his ThunderDome setup and destroyed it, while apparently also stealing the WWE title that had been taken from him in the first place.

The footage showed McAfee’s staff member, DBone, letting Cody into the studio, then mopping and doing little while he went on to destroy the set.

“He seemingly just let an as*hole in here to ruin our set. Run the footage Foxy. This is from the security cameras. DBone down here, mopping the ThunderDome floor. He hears something to his right is what he says. Pounding on the door is what he says. Let me go see what’s going on out here. That would end up being Cody Rhodes. When you’re first seeing the footage you’d have no idea that that is Cody Rhodes. DBone just walked his a** in here, gets back to mopping.”

McAfee commented on how Rhodes destroyed a collectible with a bat and how he spiked their computer while also stealing Randy Orton’s title. It should be noted that Orton is not the current champion, and they stole the title, with the Viper allowing McAfee to keep it.

“Cody right up on to the stage. Full day of media in New York. I would find out later he posted on his story, ‘I’m going to New York, then question mark, then Vegas….’ Takes my bat, and busts a once in a lifetime collectible. Takes my mic, and takes Randy Orton’s title out of here. And then on his way out, D-Bone, doing nothing yet again… spikes our computer. Then what was that….”

The video shows, at the end, Rhodes patting DBone on the shoulder, something McAfee and his crew didn’t take well, and even went so far as to say that they might have been in cahoots.

The video can be seen below.

Randy Orton won’t be happy that Rhodes has the title back.

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-footage-emerges-of-cody-rhodes-destroying-set-stealing-wwe-championship-with-help-of-unexpected-person?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