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

“Reality delivered,” he wrote.

The former leader of Imperium retired Goldberg and John Cena last year. He also defeated AJ Styles in his retirement match at Royal Rumble 2026 in Saudi Arabia. Styles will be inducted into the WWE Hall of Fame during WrestleMania weekend next month in Las Vegas.

Gunther opens up about his WWE character

RAW star Gunther recently opened up about his character in the promotion and noted that he never wanted to be known as a foreign heel.

Speaking with Cody Rhodes on his What Do You Wanna Talk About? podcast, the former champion noted that he has tried to avoid being labeled as a foreign menace. He shared that the company had the flag on his trunks, but he got rid of it as soon as he could because it is a different time now.

“I’m not a foreign menace. I always get a little annoyed because they go, ‘Oh, he’s just a bad foreigner.’ I try to avoid everything that has to do with the flag. They put it on my trunks when I started out. They really wanted to have the flag on me. I got rid of it as soon as I could because it just doesn’t do anything. It’s not 1990 anymore,” he said.

Gunther says he never wanted to be portrayed as a foreign heel: “I’m not a foreign menace. I always get a little annoyed because they go, ‘Oh, he’s just a bad foreigner.’ I try to avoid everything that has to do with the flag. They put it on my trunks when I started out. They

Only time will tell what WWE has planned for the 38-year-old at WrestleMania 42.

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-gunther-calls-randy-orton-wwe-stars-following-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

Leave A Reply

Exit mobile version