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

It was also revealed that Gunther posted the $1,000 bond for Kaiser following his arrest. Kaiser has pleaded “not guilty” to the accusations against him.

Gunther used to be the leader of the Imperium faction alongside Ludwig Kaiser and Giovanni Vinci. He is now a solo act on SmackDown and is scheduled to challenge Cody Rhodes for the Undisputed WWE Championship at Clash in Italy.

Giovanni Vinci was released by WWE following his exit from Imperium last year. He has since signed with TNA Wrestling and debuted on the May 14 edition of IMPACT earlier this month.

Gunther reveals why he feels like an outcast in WWE

SmackDown star Gunther recently shared why he felt like an outcast in the locker room.

In an interview with Rompipallone on YouTube, the 38-year-old noted that most of his wrestling career happened under the radar before he signed with the company. The veteran stated that he had already figured himself out as a performer when he joined the roster, and it has resulted in him feeling like a bit of an outcast in the promotion.

“Basically come in and I figured myself out already, and yeah, that’s why it’s sometimes hard to give people advice on how to play the game in the WWE system and stuff, because I had my very special journey when it came to that. But sometimes I feel like, obviously I do feel like I belong, but sometimes I feel like I’m still a little bit of an outcast when it comes to that,” he said. (H/T: WrestlingNews)

Every member of The Imperium is now in different companies. Gunther – WWE Ludwig Kaiser – AAA Giovanni Vinci – TNA

It will be fascinating to see what the future holds for Ludwig Kaiser moving forward.

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-major-update-ludwig-kaiser-legal-case-gunther-s-involvement-revealed?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