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

At Clash at the Castle, Giovanni Vinci joined Ludwig Kaiser and The Ring General in Imperium. Vinci and Kaiser didn’t find a lot of success as a tag team, and the former was eventually kicked out of the group in April 2024. The former WWE Superstar was moved to SmackDown and given the character of a rich Italian elitist.

Vinci was booked to lose to Apollo Crews within seconds after being repackaged. Many fans felt WWE buried the former NXT Tag Team Champion following his exit from Imperium.

In a recent interview with Chris Van Vliet on Insight, Vinci was asked whether he could foresee his WWE release. The former Imperium member responded by highlighting the depth of the company’s roster and lack of TV time.

“I was, and I wasn’t because, I mean, during the summer of the year previous, I wasn’t on TV, but I knew there was a plan to come back eventually. We did those vignettes and everything, but that didn’t last long, unfortunately. So after that, I noticed when some thoughts started to creep in. I tried to focus on the positive, and I always had high hopes. Like, for example, when the new year started, I know SmackDown went from two hours to three hours, and I was told, you know, there’s a quote from one of the producers, we have all the real estate in the world, there’s just not enough land.”

Vinci disclosed that he wasn’t surprised by his WWE release because he wasn’t being used on TV, despite being healthy.

“Basically, you have all the great wrestlers, there’s just not enough time on the show. So when SmackDown went to three hours, I thought, well, maybe now it’s gonna happen, maybe here’s the chance, and whatever. Then, yeah, I wasn’t needed for TV for a couple of weeks. You don’t want to hear that call. But when it happened, I can’t say that I was really surprised at it. So it was kind of a weird mix of feelings.” [H/T: chrisvanvliet.com]


Gunther and Ludwig Kaiser Are No Longer Together on WWE TV

After Giovanni Vinci’s exit from Imperium, Gunther and Ludwig Kaiser continued to work together for a while. However, Kaiser started gaining momentum as a singles wrestler and amicably parted ways with The Ring General. Meanwhile, the Austrian wrestler entered the main event scene and won the World Heavyweight Championship.

Kaiser is currently portraying the El Grande Americano gimmick on RAW and in AAA. Over the past year, Gunther has adopted The Career Killer moniker, retiring legends like Goldberg, John Cena, and AJ Styles.

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-giovanni-vinci-finally-addresses-wwe-burial-release?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