”
], { 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);
});
});
})();
You can watch the clip below:
The match between Cody and Gunther quickly turned intense, featuring a heavy exchange of the latter’s brutal chest chops. The challenger dominated most of the contest using sleepers, powerbombs, and underhanded tactics. However, The American Nightmare survived the onslaught, hitting a Springboard Disaster Kick and a Cody Cutter to swing the momentum back in his favor.
At the end, Rhodes hit his Cross Rhodes finisher to put The Ring General away decisively in Spain.
Unlike their controversial finish at Clash in Italy, where Gunther’s foot appeared to be under the bottom rope during the three-count, this time, the champ retained cleanly.
A popular WWE star handed Cody Rhodes’ belt to a fan
Following Cody Rhodes’ main event victory over Gunther, fan-favorite WWE star Danhausen made a heartwarming, viral gesture at the live event in Madrid.
The American Nightmare has made it a tradition to hand out his signature weight belt to fans after his matches.
The Very Nice, Very Devil star invited a young fan to the ring and gifted him Cody Rhodes’ signature weight belt. The young fan stood alongside Danhausen and performed the star’s signature “You are cursed” move, generating a massive reaction from the crowd.
The champ then took to the microphone to thank Danhausen for helping him send the Madrid crowd home happy.
With WWE Friday Night SmackDown taking place at the Unipol Arena in Bologna, Italy, it will be interesting to see what plans Triple H and his creative team have in store for stars, as it will see the fallout from Clash in Italy.
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-gunther-mocks-cody-rhodes-overwhelming-support-wwe-live-event?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



