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

While he continues to recover, he is sinking his teeth into the ongoing FIFA World Cup 2026. In a post on X, he shared his keen observations, saying he hasn’t been a soccer fan, but the tournament has amazed him.

As he shared his takeaways from the games, he also took a dig at fellow WWE stars, noting that soccer players are better at selling injuries than some of his WWE colleagues.

“I’ve never been a Soccer fan but WOW. I’ve watched most of the tournament, and this World Cup has amazed me. Here are some things I’ve realized about the sport: 1.) Soccer is wildly physical. These players push, shove, and beat the sh*t out of each other, & a lot of it goes unnoticed by the refs. You gotta be extremely durable to thrive on the pitch. 2.) So much theater. These guys sell being “hurt” better than some of my peers in the WWE,” he wrote.

Logan Paul then talked about penalty shootouts, referees deciding games, and how the sport brings the world together.

3.) Penalty kicks are fkn insane. PK’s gotta be the most exciting/f*cked thing in all of sports. Imagine being a goal keeper?? Soccer goes from team sport to individual sport QUICKLY, probably a mental nightmare for the athletes who lose on behalf of an entire country from a tiny mistake. 4.) The referees can completely screw the game, the players, and entire nations with one call. That sucks. 5.) This event may be the closest thing to world unity. All eyes on these athletes on the biggest stage in the world. Superstars are made. Careers forever changed. New fan.


Logan Paul provided an update on his recovery

Following his surgery, Logan Paul said the doctors told him that he would be out of in-ring action for six months. However, The Maverick expects to be back before that timeline.

Recently, talking on his IMPAULSIVE podcast, he shared an update on his recovery. The former US champion said that it could take a long time to recover.

But Logan Paul noted that it was one of the least “inconvenient injuries” he has had since he could still move his hand.

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-logan-paul-buries-wwe-co-workers?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