”
], { 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);
});
});
})();
Fightful Select recently provided an update on the situation, noting that their sources in WWE expect the charges against the German to be dismissed eventually. It was also noted that Ludwig Kaiser doesn’t have any heat within the company.
WWE veteran defended Ludwig Kaiser
Ludwig Kaiser has been the talk of the town over the last few days. The man behind the El Grande Americano mask was arrested in Florida on May 21, with reports stating that he had an altercation with another man after the latter made a remark about him and his girlfriend, Andrea Bazarta.
WWE veteran Jim Cornette came to the defense of the German star, noting that, going by the reports, he feels like the accuser said something to escalate the situation:
“But the point is, the f**king guy in the elevator. Whether he was bothered by them kissing, it wasn’t a blow**b. Was anybody naked? What is his problem anyway? But I guarantee you that the verbiage, and this will come out probably, hopefully, when they adjudicate this thing. If they don’t just outright dismiss it, I guarantee you the verbiage was not ‘please,” Cornette said
Cornette continued:
“That’s probably not the first word. And it certainly wasn’t all the words, because this is a guy that probably f**king bowed up and f**king said some s**t he shouldn’t have said. To start something with Kaiser for Kaiser to leave what he was doing, which was obviously more fun. And what he was about to do, and to go and godd*** punch this f**king guy out,” Cornette said. [H/T – EWrestlingNews]
Ludwig Kaiser was initially pulled from an event following his arrest. However, the WWE star has been permitted to travel for work and will be in action on May 30.
`;
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/rumor-backstage-update-on-ludwig-kaiser-possibly-facing-heat-in-wwe-following-recent-arrest-reports?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













