”
], { 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);
});
});
})();
A report by Brandon Thurston of POST Wrestling reveals a private WhatsApp conversation between HHH and Nick Khan disclosed in the ongoing lawsuit over the sale of WWE to Endeavor.
Just before the TKO takeover of WWE was complete, The Game was left dreading what was to come next. He relayed his concern over Vince’s involvement in the creative in a text message exchange with Khan.
In the messages, Triple H tells Khan that he’s wound up tight today and then texts, “DDay tomorrow, expecting the worst.” This concern could stem from the fact that McMahon was seeking more control in the creative process following his return to WWE in 2023, just months after retiring.
The conversation shows some friction between HHH and Vince after the Cerebral Assassin took over the creative duties from him.
Earlier, it was reported that despite reports of Vince McMahon not being a part of WWE creative in 2023, he still had the final say for most of that year and was involved in plans for WrestleMania 39.
Vince McMahon faces new allegations in the Janel Grant lawsuit
The trouble for Vince McMahon continues with the Janel Grant lawsuit. In a recent court filing on April 1, 2026, Grant made fresh allegations against his former boss.
She alleged that Vince asked her to serve herself as “breakfast” to a WWE executive. Grant mentioned that dealing with the abuse she suffered was too much for her, and she even attempted to take her life at one point.
She said she even told Vince about the suicide attempt, but it didn’t help the situation, and the instructions about serving continued to come.
`;
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-private-messages-reveal-tensions-between-triple-h-vince-mcmahon?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













