”
], { 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);
});
});
})();
SmackDown General Manager Nick Aldis attempted to get The Hot Mess to relinquish her title this past Friday night but wound up changing his mind. He gave Green thirty days to get cleared and defend her title before she had to relinquish it.
Gunther interrupted the promo and took several shots at Green before her husband, Matt Cardona, rushed to the ring. He beat Cardona via submission as Green watched from the ringside area. The 38-year-old took to social media today to send a message following his rude interruption on SmackDown.
“Facts dont care about feelings,” he wrote.
Gunther competed in a Fatal 4-Way match at SummerSlam 2026 but came up short. Kevin Owens emerged victorious and will be challenging CM Punk for the Undisputed WWE Championship next week on SmackDown.
Gunther discusses his booking in WWE
SmackDown star Gunther recently discussed his booking in the company and noted that he enjoyed special attraction matches.
In an interview with Complex Graps, the veteran noted that there were only two major titles and stated that not everyone can be at the top of the card the entire time. He added that he enjoyed wrestling legends such as Goldberg, AJ Styles, and John Cena as well.
“If you’re only satisfied once you’re in that top picture or competing for that title, then you’re not gonna be satisfied very often because there’s only two titles and there’s a lot of us guys. So you won’t be able to do it all the time. I like to do those special-occasion matches, if that makes sense. I think all the matches I had with Goldberg, Cena, AJ are good examples. Even Pat McAfee,” he said.
It will be interesting to see what the company has planned for Gunther in the weeks ahead on WWE SmackDown.
`;
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-gunther-sends-message-rudely-interrupting-female-wwe-superstar-smackdown?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













