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

What got everyone talking was Cody’s act of rebellion during his entrance. After making his way to the ring, his wife, Brandi Rhodes, handed him a sledge hammer. He made his way to the top of the entrance ramp, where a throne with Triple H’s trademark logo was placed.

Cody proceeded to bring down the sledge hammer on the throne, destroying it in the process. A lot has changed since then.

Recently, Triple H was a guest on Cody Rhodes’ What Do You Wanna Talk About? podcast, and the infamous moment was brought up. The Game said instead of seeing it as a dig at him, he viewed it as Cody trying to make a name for himself.

“I saw it as your hammer because it was smaller than mine. No, look, that kind of sh*t to me is like, I remember when people brought it to me, and were showing it to me and I was like, ‘F*ck yeah, all right, good for him.’ You know what I mean? That’s the kind of sh*t you do. You’re trying to make a name for yourself, you’re trying to get out there, you’re trying to do some cool sh*t, trying to do some different stuff,” he said.

The Cerebral Assassin said he didn’t see any malice in it, and if that had been the case, he would’ve taken it up with him.

“Believe me, if I would have thought there was malice in it, and maybe indirectly there was some at the time, I don’t know. But if I would have thought there was any serious malice in it, I would have called you and said, ‘Hey, dude, like, are we okay?’ Because I was so close to your dad, but then I always felt like a connection to you,” he added.


Cody Rhodes revealed Triple H texted him after first World Title win

During the conversation, Cody Rhodes said that after his departure from WWE, Triple H did tell him to rattle the cages, which is exactly what he did.

He then admitted there was no malice behind his actions and there was also no bad blood between the two of them. Rhodes revealed that Triple H was one of the first persons to text him when he won the Ring of Honor World Title.

All is well that ends well, right? Currently, Cody Rhodes is the top babyface of WWE and holds the WWE Undisputed Championship. He is also heading for yet another WrestleMania main event this year.

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-triple-h-responds-cody-rhodes-destroying-throne?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