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

The Ring General then came out and questioned Aldis’ decision to add Kevin Owens to the No. 1 contender’s match at SummerSlam. He then began mocking Green and told her to shut up.

This led to Green’s husband, Matt Cardona, coming out and confronting Gunther. As the two men exchanged words, the Hot Mess asked Cardona to move away. But the former World Champion kept insulting the duo, leading to the Indy God attacking him.

Now, following the confrontation, Cardona took to X to fire an expletive-ridden warning to the Career Killer.

“Keep my wife’s name out your f*****g mouth!” he wrote.

These words will sound familiar to some fans. Hollywood star Will Smith yelled out the same words at comedian Chris Rock at the 2022 Oscars after walking up to the stage and slapping him over a joke about Jade Pinkett Smith.


Matt Cardona faced Gunther in a match on SmackDown

Following their heated exchange, Nick Aldis announced a match between Matt Cardona and Gunther.

The Deathmatch King put on a valiant effort and came close to winning the match. But in the end, the Ring General put him in a two-legged Boston Crab submission and made him tap out.

Later, Cardona posted a video on his socials while walking backstage. He admitted he was seeing stars after taking a beating but thanked the Austrian for waking him up.

The former US champion said Gunther didn’t kill his career because he bounces back after every setback.

He said he needed this fight because he is not here to be just another guy, but he is here to become the WWE Champion. Cardona said that in order to achieve that, he needs to beat guys like the former World Champion.

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-superstar-drops-f-bomb-gunther?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