”
], { 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);
});
});
})();
However, during a recent appearance on The Morning Shift’s Full Show, The Ring General did not seem very thrilled with the idea of the tribute show. Staying true to his on-screen heel character, the former World Heavyweight Champion noted that he was not sure what he was going to do at the show. Gunther stated that he could stay away from it.
“I saw that last Monday it got advertised, and I was thinking, ‘Obviously, there has to be a farewell. Obviously, everybody has to get around the ring and cry a little bit and get all emotional.’ I wish everybody would just grow up and be able to move on in life and to realize when it’s time to go. I don’t know what I’m doing with it now at the moment, to be honest. I could stay away from it because why would I involve myself attempting to try and ruin that? So, we’ll see,” Gunther said. [H/T: WrestlePurists on X]
You can check out the entire conversation by clicking here.
Gunther opens up about the idea of retiring another former WWE Champion after AJ Styles
After Gunther retired AJ Styles from WWE on the back of defeating John Cena and Goldberg in their last matches, all within a span of seven months, many wrestling fans have been wondering if Gunther would retire more stars in the future.
In the same interview with The Morning Shift, the hosts asked Gunther about going after Brock Lesnar next. The 38-year-old responded that it would be a good idea before stating that he had several options to choose from, as many stars were overstaying their welcome.
It will be interesting to see if Gunther retires more veterans following his successful outing against AJ Styles at the Royal Rumble Premium Live Event.
`;
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-major-wwe-superstar-claims-he-could-miss-aj-styles-tribute-raw?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













