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

This was Gunther’s first clean singles loss on the live circuit since his WWE debut. The Ring General has been competing at house shows since 2019, when he was known as WALTER. While he suffered a few losses due to DQ, no one was able to beat him clean in one-on-one competition. Thus, the Liverpool live event marks the end of the Austrian star’s 7-year run.


Cody Rhodes is ready for Gunther at WWE Clash in Italy

Gunther has been in red-hot form since losing the World Heavyweight Championship to CM Punk at SummerSlam. The Ring General defeated John Cena in his last match, after which he went on to retire AJ Styles earlier this year. The former Imperium leader also defeated Seth Rollins at WrestleMania 42 and is now looking to take the Undisputed WWE Championship from Cody Rhodes.

However, Cody Rhodes is unfazed by the Austrian’s recent impressive streak, noting that he does not believe that the latter is ready for a match against him:

“There are the type of matches that he has not been in a while. He has been in nostalgia matches with Goldberg, AJ Styles, as he was leaving the company, and John Cena retiring after I had already beat John Cena. I think this is a prize fight; it is a different type of match, and it is not one he is ready for,” claimed Rhodes.

Cody Rhodes has already got the momentum ahead of their title match at Clash in Italy as he defeated Gunther at the Liverpool live event and ended his 7-year streak. However, the Ring General moves differently in major matches, and thus, the American Nightmare cannot take him lightly at WWE’s upcoming premium live event.

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-breaking-gunther-s-7-year-streak-comes-end-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

Leave A Reply

Exit mobile version