”
], { 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);
});
});
})();
As Logan Paul’s private jet landed in Indianapolis, so did the WWE private jet, carrying executives in it. This is what Paul said about Bruce Prichard, and by extension, other WWE execs:
“If it isn’t my colleagues and executives who let me get fu***ng stomped by Seth Rollins!”
Of course, when Bruce Prichard, Vince McMahon’s former right-hand man, came out, Paul would actually embrace him. Alongside him was Paul Heyman, with whom he has no beef, as they are aligned on television.
You can watch the full video below, and around the four-minute mark is where he talks about the WWE executives.
Logan Paul was furious at WWE for how they handled the masked man situation with Seth Rollins
It’s safe to say that The Maverick is unhappy with the system at large for how everything has played out, and the Elimination Chamber seems to have been the tipping point of it all.
On the ImPaulsive podcast, Logan Paul went on a rant, accusing the entire WWE organization of allowing Seth Rollins and his masked gang to run rampant. He said that it was clear that he was going to win the Chamber match as he registered three eliminations before Rollins swooped in and ruined that for him:
“I actually am a bit kind of fed up with just the organization at the moment. I feel like we know the masked men are just running around, right? And no one’s stopping them. The referees aren’t doing anything. The executives aren’t doing anything. I’m on fire in the chamber. I have three eliminations. I’m going to win. It’s clear. I have two guys left. One of which I’ve beaten before, and the one I got really close. And then Seth Rollins comes in like, ‘Bro, secure the perimeter.’ It’s really not that tough,” Paul said.
It is true that Logan Paul was having quite the run inside the Chamber, and three eliminations are nothing to scoff at. Only names like Goldberg, Braun Strowman, and Shayna Baszler have had more dominant performances. Still, two of them, Goldberg and Strowman, didn’t win the Chamber match despite dominant showings, so Paul’s argument that he was “going to win” purely based on his number of eliminations technically isn’t true.
`;
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-logan-paul-says-vince-mcmahon-s-right-hand-man-responsible-seth-rollins-attack-elimination-chamber-2026?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













