”
], { 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);
});
});
})();
According to Bloomberg News, Vince McMahon and former top WWE executives were back in Delaware Chancery Court this week over a shareholder lawsuit, alleging that Signal disappearing messages were used during the company’s merger negotiations with Endeavor. However, the defendants denied the allegations. McMahon’s attorney called the former WWE Chairman a “prolific texter” and said that he alone produced 22,000 messages across multiple platforms. Vince’s attorney also said that data was preserved from his personal devices, even after they were seized by authorities amid the ongoing sexual misconduct investigation against him. However, the Signal data that investors are after wasn’t available for retrieval until October 2025.
The shareholder’s legal team argued that disappearing messages on Signal could have been relevant to the litigation. One of their attorneys said that the plaintiffs don’t have to prove “adverse inferences.” Just proving recklessness is sufficient. The shareholders allege that McMahon and WWE’s directors spoke candidly about the deal on Signal.
However, WWE’s attorneys argued that conversations regarding this deal took place the old-fashioned way via group chats, texts, lunches, phone calls, dinners, and voice memos, and those records were already produced.
The hearing was adjourned without a ruling on the motion.
Stevie Richards slammed WWE over recent Vince McMahon references
Vince McMahon is in no way associated with WWE since he left the company a few years ago. However, in recent weeks, the sports entertainment juggernaut has referenced the former WWE chairman. During Cody Rhodes’ segment with Stephanie McMahon, he informed the latter that she wasn’t her father. Even when CM Punk confronted Roman Reigns, he told him that he used to eat dog food for a “weird old man.”
Speaking on the Stevie Richards Show, the former WWE star called it a desperate move by the Stamford-based promotion.
“I don’t know why they’re also bringing up Vince, even as the old man and your father and all this stuff and dipping the toe in the water, because that’s exactly what they’re doing. It’s a mix between dipping the toe in the water, and I can’t think of another word, but this one: desperation. It’s sort of like you’re taking an awful chance of either generating interest by bringing up such a polarizing character or completely turning off a good portion of the audience,” he said.
It remains to be seen if Vince McMahon will ever find his way back to WWE.
`;
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-latest-update-wwe-lawsuit-tko-formation-vince-mcmahon-back-court?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













