”
], { 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 don’t know. I think I’m still fighting for respect. To hear Cody [Rhodes] say that, it does warm my heart. I’m not going to lie. It’s one of those things where you look at and you go, ‘Awe, thanks, man. I appreciate that,’” Miz said. [20:40 – 20:56]
The last time Miz won a major championship in the Stamford-based promotion was at WrestleMania 40, where he and R-Truth captured the WWE Tag Team Championships.
The A-Lister later went on to reflect on his professional wrestling journey, which kicked off in Ohio Valley Wrestling.
The Miz on his relationship with Cody Rhodes
During the same interview, the first-ever two-time WWE Grand Slam Champion opened up about his relationship with the American Nightmare, Cody Rhodes. The Miz shared that he, CM Punk, and Cody Rhodes had begun their WWE careers in OVW.
The A-Lister was elated about the fact that two of the biggest stars in the professional wrestling business kicked off their careers in OVW alongside The Miz.
“I’ve been in the ring with him. I’ve seen his first match. I was there at OVW. We grew up basically in this business together. Him, myself, and even Punk was down there at OVW. So, we grew up in this business. And now, seeing still people from OVW, still going, and being at the top of the business, it’s awesome,” Miz said. [20:56 – 21:15]
It is to be noted that both CM Punk and Cody Rhodes main evented Night 1 of SummerSlam 2026.
What are your thoughts on Miz’s in-ring skills? Sound off in the comments.
`;
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-the-miz-claims-he-s-still-fighting-respect-despite-cody-rhodes-comments?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













