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

“Johnny Gargano was laid down for six months, and then in his hometown, he gets gifted a WWE Championship opportunity. Well, guess what? Who was [The Miz] celebrating 20 years in this company? In his hometown too, by the way. Where was his celebration? His balloons? His WWE Championship shot?” Kit Wilson continued, “Do you know what, Nick? If this is how you celebrate anniversaries, I feel sorry for your wife [Former WWE Women’s Champion Mickie James].”

Nick Aldis clarified that it was CM Punk who gave Johnny Gargano the title match, not him. Recognizing their ploy to get a championship opportunity, Aldis tricked The Miz into waking up, only to then reveal he wouldn’t be receiving a shot after all. When Miz asked for an explanation, the SmackDown GM replied:

“Johnny laid on that thing for six months. You couldn’t even last six seconds! Maybe that’s something you should take up with your wife [Former Divas Champion Maryse],” Nick Aldis said.

You can watch the full segment below:

Blake Monroe and The Miz complain to Nick Aldis: SmackDown exclusive, Sept. 11, 2026

Kit Wilson Embarrassed WWE Icon The Miz Even Further

Kit Wilson could not handle Nick Aldis’ joke about his mentor’s bedroom activities. Wilson and The Miz shared a hilarious moment to end the backstage segment:

“He could last way longer than six seconds, by the way!” Kit Wilson exclaimed. “What are you talking about?” The Miz asked. “I don’t know, I panicked,” Wilson replied.

For a second there, it seemed as though Kit Wilson possessed some intimate knowledge (NSFW) about his wrestling icon. We’ll leave the rest up to your imagination, dear reader.


Please credit Sportskeeda for the transcription if you use quotes from this article.

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-wwe-personality-says-the-miz-couldn-t-even-last-6-seconds?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