â
], { 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);
});
});
})();
âNominated â @brodieleejr @brookehavok @chelseaagreen ALS ICE BUCKET CHALLENGE đ§ for @rebeltanea (link in story),â he wrote.
Cody Rhodes challenged CM Punk for the Undisputed WWE Championship at SummerSlam 2026. Randy Orton showed up during the match and hit Rhodes with an RKO out of nowhere while the referee was distracted. CM Punk didnât see Ortonâs interference but capitalized on it by hitting a GTS for the pinfall victory.
Randy Orton went on hiatus after his loss to Rhodes at WrestleMania 42. He delivered a punt to the former AEW starâs head following the loss at The Show of Shows. Orton and Rhodes are scheduled to battle at Sunday Nightâs Main Event on September 6.
WWE SmackDown star Cody Rhodes reveals the biggest regret of his life
Cody Rhodes recently shared that his neck tattoo was the biggest regret of his life.
Speaking on the What Do You Wanna Talk About? podcast, the popular star stated that the artwork on the tattoo was great, but it was something he regretted. The 41-year-old noted that he would never get the tattoo removed and would be living with it for the rest of his life.
âI stand by the fact that I think the work is great and the artist is great, but I also will reveal, as I think Iâve revealed on this pod before, the neck tattoo I would widely consider the greatest regret of my life. And you know what? Iâll live with it. I ainât trying to get it removed, and weâre gonna rock this until the very end.â
It will be fascinating to see what WWE has planned for the rivalry between Rhodes and Orton ahead of their match at Sunday Nightâs Main Event next month in Georgia.
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-cody-rhodes-sends-important-message-ahead-wwe-raw?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



