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

Gunther has been a regular face at house shows this summer. He was also scheduled to be in action at the recently concluded live event in Guadalajara, with the company advertising a triple-threat match between him, CM Punk, and Kevin Owens. However, The Ring General did not show up at the event, and Punk ended up facing Sami Zayn in a singles match.

Click here to check the complete results from the Guadalajara live event.


John Cena commented on Gunther’s WWE booking

Gunther’s current WWE booking has come under scrutiny, as many believe that The Ring General’s momentum has stalled after his dominant run a few months ago, where he retired John Cena and AJ Styles.

The Cenation Leader shared his thoughts on the situation, noting that The Ring General is in a different phase right now, where he has to lift younger talents.

“I’ll answer the Gunther question specifically. His story is not done. I think he’s in that position right now where he’s making moves based on his equity. Sometimes you don’t get a dance partner that’s equal or greater to you. Sometimes you don’t get a 25-year veteran like AJ Styles to make him retire, or sometimes you don’t get to retire John Cena. Sometimes you’ve got to lift up younger talent. Sometimes you’ve got to hold the show by yourself,” Cena said.

The Austrian star was recently involved in a feud with Nick Aldis, following which he has returned to the world title picture. However, his #1 Contendership Triple Threat match on SmackDown last month ended in a No Contest after interference from Sami Zayn.

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-no-shows-recent-wwe-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